Browse Source
Forgot to revert this permission to...
pull/116/head
ericgaspar
5 years ago
No known key found for this signature in database
GPG Key ID: 574F281483054D44
1 changed files with
3 additions and
1 deletions
-
scripts/install
|
|
|
@ -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 |
|
|
|
|