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 #=================================================