Browse Source

Revert permissions

pull/115/head
ericgaspar 5 years ago
parent
commit
60d0140a66
No known key found for this signature in database GPG Key ID: 574F281483054D44
  1. 3
      scripts/install

3
scripts/install

@ -256,7 +256,8 @@ ynh_script_progression --message="Configuring SSOwat..."
if [ $is_public -eq 0 ]
then
ynh_permission_update --permission "main" --remove "visitors"
# Remove the public access
ynh_app_setting_delete --app=$app --key=unprotected_uris
fi
#=================================================

Loading…
Cancel
Save