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

Fix upgrade

This commit is contained in:
yalh76 2021-09-29 23:07:14 +02:00
parent 3d25d5c41e
commit b64dfe8ce1

View file

@ -25,7 +25,7 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
language=$(ynh_app_setting_get --app=$app --key=language)
trustedversion="4.4-1+stretch"
if ynh_permission_has_user --permission=main --user=visitors
if [ ynh_permission_has_user --permission=main --user=visitors ]
then
is_public=0
else