diff --git a/scripts/install b/scripts/install index 0164012..89f8618 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 [[ -z "$su_passwd" ]]; then exit 1 fi