mirror of
https://github.com/YunoHost-Apps/yunomonitor_ynh.git
synced 2024-09-03 17:46:11 +02:00
[fix] Bug with 3.7 permission
This commit is contained in:
parent
e2070e4b10
commit
058a87ab1c
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ chmod u+w $final_path/well-known
|
|||
#=================================================
|
||||
ynh_script_progression --message="Configuring SSOwat..." --time --weight=1
|
||||
|
||||
ynh_app_setting_set --app=$app --key=unprotected_uris --value="/.well-known/yunomonitor/"
|
||||
ynh_app_setting_set --app=$app --key=unprotected_uris --value="/"
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Reference in a new issue