Update add-linux-pass.sh

This commit is contained in:
2023-11-23 21:07:28 -06:00
parent 790dddf3de
commit dc37689a60

View File

@@ -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