1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00

Update install

This commit is contained in:
abeudin 2013-12-10 08:41:55 +01:00
parent 3bd1c868dd
commit ad17f6cb07

View file

@ -8,8 +8,8 @@ language=$4
is_public=$5 is_public=$5
# Check if admin password is not null # Check if admin password is not null
if [ "$admin_passwd" = "" ]; then if [ "$admin_wordpress" = "" ]; then
echo "Wrong password" echo "Wrong admin"
exit 1 exit 1
fi fi