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

Forgot to revert this permission to...

This commit is contained in:
ericgaspar 2020-12-12 18:03:58 +01:00
parent 94d190719d
commit 54007e6f4b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -140,7 +140,9 @@ ynh_script_progression --message="Installing wordpress with cURL..." --weight=10
chown -R $app: $final_path chown -R $app: $final_path
# Set the app as temporarily public for cURL call # Set the app as temporarily public for cURL call
ynh_permission_update --permission "main" --add "visitors" ynh_app_setting_set --app=$app --key=unprotected_uris --value="/"
# Regen SSOwat configuration
yunohost app ssowatconf
# Reload NGINX # Reload NGINX
ynh_systemd_action --service_name=nginx --action=reload ynh_systemd_action --service_name=nginx --action=reload