From 947966768a562ce6595779c5e957828aeca92de2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 12 Nov 2023 18:44:36 +0100 Subject: [PATCH] Update scripts/upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 94abfd7..65a2259 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -24,6 +24,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=4 ynh_secure_remove --file=$install_dir + mkdir "$install_dir" # Download, check integrity, uncompress and patch the source from app.src mv ../sources/dist/ "$install_dir" fi