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' into patch

This commit is contained in:
ericgaspar 2021-10-05 23:12:23 +02:00
commit 1d13672c1f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -25,6 +25,7 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
language=$(ynh_app_setting_get --app=$app --key=language)
is_public=$(ynh_app_setting_get --app=$app --key=is_public)
trustedversion="4.4-1+stretch"
is_public=$(ynh_permission_has_user --permission=main --user=visitors && echo 1 || echo 0)
#=================================================
# CHECK VERSION