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