From 4329347eb0897def91a6326906078255eddfbd3e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 7 Sep 2022 07:40:00 +0200 Subject: [PATCH] typo --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index c8e24ee..3407fde 100644 --- a/scripts/install +++ b/scripts/install @@ -93,7 +93,7 @@ ynh_script_progression --message="Setting up source files..." ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source_docker --dest_dir="$final_path" +ynh_setup_source_docker --dest_dir="$final_path/build" mkdir -p "$final_path/live/" chmod 750 "$final_path" diff --git a/scripts/upgrade b/scripts/upgrade index 10f5128..214715f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -143,7 +143,7 @@ then ynh_script_progression --message="Upgrading source files..." # Download, check integrity, uncompress the source of vaultwarden from app.src to his build directory - ynh_setup_source_docker --dest_dir="$final_path" + ynh_setup_source_docker --dest_dir="$final_path/build" mkdir -p "$final_path/live/" fi