From 7ec20b911a22925c19700373ddd1c5d70860dccd Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 19 Jan 2021 10:25:56 +0100 Subject: [PATCH] fix upgrade from the same version --- sub_scripts/testing_process.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index 8e67b14..bf76a9d 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -966,7 +966,7 @@ CHECK_UPGRADE () { ECHO_FORMAT "\nUpgrade...\n" "white" "bold" clog # Upgrade the application in a LXC container - LXC_START "sudo PACKAGE_CHECK_EXEC=1 yunohost --debug app upgrade $ynh_app_id --file \"$package_dir\"" --force + LXC_START "sudo PACKAGE_CHECK_EXEC=1 yunohost --debug app upgrade $ynh_app_id --file \"$package_dir\" --force" # yunohost_result gets the return code of the upgrade yunohost_result=$?