From 0aaac2eadbba99c2cec460041ed4f4b5e6b175c8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 25 Dec 2021 23:23:27 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index e8c7a2b..69919d8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -116,7 +116,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 +#ynh_exec_as "$app" /usr/bin/php$phpversion $final_path/others/update/yunohost_upgrade_cheky.php $final_path +php$phpversion $final_path/others/update/yunohost_upgrade_cheky.php $final_path #================================================= # RELOAD NGINX