From dc37689a6023a6b3f5c1cb3a5349e07b51d4a710 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 23 Nov 2023 21:07:28 -0600 Subject: [PATCH] Update add-linux-pass.sh --- add-linux-pass.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add-linux-pass.sh b/add-linux-pass.sh index f63d732..02a34b9 100755 --- a/add-linux-pass.sh +++ b/add-linux-pass.sh @@ -9,7 +9,7 @@ else source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" fi -if [ "${NM_GITUSER2}" != "" ] && [ "${NM_GITPASS}" != "" ]; then +if [ "${NM_GITUSER}" != "" ] && [ "${NM_GITPASS}" != "" ]; then gituser=${NM_GITUSER} gitpass=${NM_GITPASS} else