Browse Source

Update install

pull/1/head
abeudin 12 years ago
parent
commit
ad17f6cb07
  1. 4
      scripts/install

4
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

Loading…
Cancel
Save