mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
fix issue with skipped_uris
This commit is contained in:
parent
795ea9833b
commit
47858a9b23
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ sudo chmod 750 -R $final_path
|
|||
# If app is private, remove url to SSOWat conf from skipped_uris
|
||||
if [ "$is_public" = "No" ];
|
||||
then
|
||||
sudo yunohost app setting $app skipped_uris -d
|
||||
sudo yunohost app setting $app unprotected_uris -d
|
||||
fi
|
||||
|
||||
#adding admin to the allowed users
|
||||
|
|
Loading…
Add table
Reference in a new issue