From 006f0e74c0edd4577bd85b3839e6ee7bb367a966 Mon Sep 17 00:00:00 2001 From: matlink Date: Tue, 11 Nov 2014 14:40:57 +0100 Subject: [PATCH] escaping su_passwd --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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