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:
parent
b933d1d2cb
commit
327607bd79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue