Update add-linux-pass.sh
This commit is contained in:
@@ -9,7 +9,7 @@ else
|
||||
source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)"
|
||||
fi
|
||||
|
||||
if [ "${NM_GITUSER}" != "" ] && [ "${NM_GITPASS}" != "" ]; then
|
||||
if [ "${NM_GITUSER2}" != "" ] && [ "${NM_GITPASS}" != "" ]; then
|
||||
gituser=${NM_GITUSER}
|
||||
gitpass=${NM_GITPASS}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user