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:
parent
935c44c82b
commit
a629d0b684
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,12 @@ fi
|
|||
|
||||
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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue