1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

add local curl at the end of upgrade

This commit is contained in:
BenoitCier 2021-03-31 13:59:27 +02:00
parent a5bba52e1a
commit eda6b9f356

View file

@ -200,6 +200,14 @@ ynh_script_progression --message="Reloading NGINX web server..." --weight=1
ynh_systemd_action --service_name=nginx --action=reload
#=================================================
# Finalise Upgrade
#=================================================
ynh_script_progression --message="Finalise upgrade" --weight=1
ynh_local_curl "/admin/index.php"
#=================================================
# END OF SCRIPT
#=================================================