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

disable ssowat

This commit is contained in:
Mickael-Martin 2019-03-07 15:15:27 +01:00
parent 935c44c82b
commit a629d0b684

View file

@ -52,6 +52,12 @@ fi
export mysqlconn="mysql -u$db_user -p$db_pwd $db_name" export mysqlconn="mysql -u$db_user -p$db_pwd $db_name"
#=================================================
# DISABLED SSOWAT
#=================================================
ynh_print_info "disable SSOWAT temporaly"
ynh_app_setting_set "$app" unprotected_uris "/"
#================================================= #=================================================
# Enable default admin temporaly # Enable default admin temporaly
#================================================= #=================================================