From 0642829f231adfe0dd968358f29246139b9407a0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Nov 2021 22:14:13 +0100 Subject: [PATCH] Fix --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 6909f82..dfdfd17 100755 --- a/scripts/install +++ b/scripts/install @@ -86,7 +86,7 @@ get_architecture 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 --dest_dir="$final_path" --source_id="architecture" +ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" mkdir -p "$final_path/.data/logs" diff --git a/scripts/upgrade b/scripts/upgrade index b3f5c1b..383717c 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -81,7 +81,7 @@ then get_architecture # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --source_id="architecture" + ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" fi mkdir -p "$final_path/.data/logs"