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

Merge branch 'testing' of https://github.com/YunoHost-Apps/zabbix_ynh into testing

This commit is contained in:
yalh76 2021-10-05 21:46:07 +02:00
commit 5f7bb0f643

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"
is_public=$(ynh_permission_has_user --permission=main --user=visitors)
is_public=$(ynh_permission_has_user --permission=main --user=visitors && echo 1 || echo 0)
#=================================================
# CHECK VERSION