From ad17f6cb0719f4af4460f4b03d29a97e335c1ab9 Mon Sep 17 00:00:00 2001 From: abeudin Date: Tue, 10 Dec 2013 08:41:55 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index f663537..9db7f9e 100755 --- a/scripts/install +++ b/scripts/install @@ -8,8 +8,8 @@ language=$4 is_public=$5 # Check if admin password is not null -if [ "$admin_passwd" = "" ]; then -echo "Wrong password" +if [ "$admin_wordpress" = "" ]; then +echo "Wrong admin" exit 1 fi