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:
parent
94d190719d
commit
54007e6f4b
1 changed files with 3 additions and 1 deletions
|
@ -140,7 +140,9 @@ ynh_script_progression --message="Installing wordpress with cURL..." --weight=10
|
|||
chown -R $app: $final_path
|
||||
|
||||
# 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
|
||||
ynh_systemd_action --service_name=nginx --action=reload
|
||||
|
|
Loading…
Add table
Reference in a new issue