From 0542d87c5b07be90e44e9db1d62a162f7ebd2326 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sun, 15 Jan 2023 16:11:47 +0100 Subject: [PATCH] Update scripts/upgrade approve Co-authored-by: Florent --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index f3b58bd..afad24f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -71,7 +71,7 @@ fi #================================================= [[ $YNH_APP_ID == "garradin" ]] \ - && [[ "$(cat "/$final_path/VERSION")" != 1.2.2 ]] \ + && [[ "$(cat "$final_path/VERSION")" != 1.2.2 ]] \ && ynh_die --message "It look like that you have an old Garradin install. You need first upgrade Garradin instance (id: $garradin_migrate_id) and after migrate to Paheko." ynh_handle_app_migration --migration_id=garradin --migration_list=garradin_migrations