diff --git a/scripts/install b/scripts/install index ddd675d..0164012 100644 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,7 @@ if [[ ! $? -eq 0 ]]; then fi #check if su_password is not empty -if [[ -n $su_passwd ]]; then +if [[ -n "$su_passwd" ]]; then exit 1 fi