mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
Update upgrade
This commit is contained in:
parent
39ccc3b755
commit
17e0ae3822
1 changed files with 7 additions and 1 deletions
|
@ -192,7 +192,13 @@ chmod 755 -R $final_path/_data
|
|||
ynh_script_progression --message="Upgrading Piwigo with cURL..." --weight=6
|
||||
|
||||
# Set the app as temporarily public for cURL call
|
||||
ynh_permission_update --permission="main" --add="visitors"
|
||||
ynh_permission_has_user --permission="main" --user="visitors"
|
||||
contains_visitors=$?
|
||||
|
||||
if [ $contains_visitors -eq 1 ]
|
||||
then
|
||||
ynh_permission_update --permission="main" --add="visitors"
|
||||
fi
|
||||
|
||||
# Reload NGINX
|
||||
ynh_systemd_action --service_name=nginx --action=reload
|
||||
|
|
Loading…
Reference in a new issue