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

Update upgrade

This commit is contained in:
Alexis Gavoty 2014-05-30 15:06:31 +02:00
parent b933d1d2cb
commit 327607bd79

View file

@ -8,7 +8,7 @@ language=$(sudo yunohost app setting wordpress language)
is_public=$(sudo yunohost app setting wordpress is_public)
# Check if admin is not null
if [ "$admin_wordpress" = "" || "$is_public" = "" || "$language" = "" ]; then
if [[ "$admin_wordpress" = "" || "$is_public" = "" || "$language" = "" ]]; then
echo "Unable to upgrade, please contact support"
exit 1
fi