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)"
|
source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${NM_GITUSER2}" != "" ] && [ "${NM_GITPASS}" != "" ]; then
|
if [ "${NM_GITUSER}" != "" ] && [ "${NM_GITPASS}" != "" ]; then
|
||||||
gituser=${NM_GITUSER}
|
gituser=${NM_GITUSER}
|
||||||
gitpass=${NM_GITPASS}
|
gitpass=${NM_GITPASS}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user