1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00

Revert permissions

This commit is contained in:
ericgaspar 2020-12-10 12:28:05 +01:00
parent e917fa63f0
commit 60d0140a66
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
#=================================================