Update add-linux-pass.sh

This commit is contained in:
2023-11-23 21:06:52 -06:00
parent ac68e5720d
commit 790dddf3de

View File

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