mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
commit
5cd01ef9a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue