From 1513a3f09ad7dd48b0f64b22f5c34664c473e1d3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 8 Mar 2022 20:18:33 +0100 Subject: [PATCH] disable database upgrade won't work as http://releases.cheky.net/releases.php no more exist --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 3978a89..b9375aa 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -120,7 +120,8 @@ ynh_script_progression --message="Running specific upgrade..." --weight=1 # Copy Yunohost custom script to cheky folder and launch it cp yunohost_upgrade_cheky.php $final_path/others/update/ -ynh_exec_as "$app" /usr/bin/php$phpversion $final_path/others/update/yunohost_upgrade_cheky.php $final_path +# Upgrade disable because http://releases.cheky.net/releases.php no more exist +#ynh_exec_as "$app" /usr/bin/php$phpversion $final_path/others/update/yunohost_upgrade_cheky.php $final_path #================================================= # GENERIC FINALIZATION