From c68d1ef6fb3ad9b2f6a952064c53defcea9b0aab Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 11 Dec 2020 12:20:57 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9f0c0e3..629fbc8 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -97,8 +97,8 @@ then # Remove the tmp directory securely ynh_secure_remove --file="$tmpdir" - pushd "$final_path/console" - ynh_exec_as $app core:update + pushd "$final_path" + ynh_exec_as $app ./console core:update popd fi