From de2b4f36e73453ebd7d6f8e85cb03e592af6e9cf Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 19 Jan 2022 01:30:33 -0300 Subject: [PATCH] Update cloneAndMake() --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 718b037..9e78e3f 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash cloneAndMake() { - if [ -z $password ]; then + if [ -z "$password" ]; then password=$(displayDialogBox --passwordbox "Enter your password" VALUES 3>&1 1>&2 2>&3) echo "$password" | sudo -S bash -c "" > /dev/null 2>&1 fi