mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
[fix] use setting_delete helper to remove public propriety.
This commit is contained in:
parent
7ab725fde5
commit
e39e9aedd1
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ sudo sed -i "/#pluxml_hosts/d" /etc/hosts
|
|||
|
||||
# If app is private, remove url to SSOWat conf from skipped_uris
|
||||
if [ "$is_public" == "No" ]; then
|
||||
ynh_app_setting_set "$app" unprotected_uris -d
|
||||
ynh_app_setting_delete "$app" unprotected_uris
|
||||
fi
|
||||
|
||||
# Add admin to the allowed users
|
||||
|
|
Loading…
Reference in a new issue