From f324bdb7be039ce184fcda8e03398d710352dce9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 2 Mar 2021 20:56:52 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 76c7c59..90cac05 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -59,7 +59,9 @@ then ynh_script_progression --message="Upgrading source files..." --weight=4 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" + #ynh_setup_source --dest_dir="$final_path" + mkdir -p $final_path + cp -a ../sources/empty.html $final_path/empty.html fi #=================================================