From aee69f4bfb514acd91c55751304dd12b16cebc33 Mon Sep 17 00:00:00 2001 From: Thatoo Date: Wed, 5 Jun 2019 00:30:30 +0200 Subject: [PATCH] Update scripts/upgrade Co-Authored-By: Kayou --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index f6f9e4a..5c787ad 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -32,7 +32,7 @@ then ynh_script_progression --message="Upgrading source files..." --time --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir=/tmp + ynh_setup_source --dest_dir=$src_path fi sudo unzip -q /tmp/cesium-*-web.zip -d $src_path