From 767b784a512d8790be8c15317947215f83712f87 Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 16 Jul 2020 18:59:28 +0200 Subject: [PATCH] execute update.php --- scripts/upgrade | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 348b212..6c0b9f1 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -111,6 +111,13 @@ ynh_add_fpm_config #================================================= # SPECIFIC UPGRADE +#================================================= +# SETUP APPLICATION WITH CURL +#================================================= +ynh_script_progression --message="Setting up application with CURL..." + +ynh_local_curl "/update/index.php" "submit=Démarrer la mise à jour" + #================================================= # REMOVING NO MORE NEEDED FILES #=================================================