From 3699fd0e6e1c0a5c6ad9dcfb72fd45440d29be60 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 10 Jul 2019 22:09:57 +0200 Subject: [PATCH] Fix install script --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9bf2e09..750288c 100755 --- a/scripts/install +++ b/scripts/install @@ -97,7 +97,7 @@ ynh_print_info --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 -dest_dir="$final_path" --source_id=$architecture +ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" #================================================= # NGINX CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index ac64a65..24e34ed 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -155,7 +155,7 @@ then ynh_print_info --message="Upgrading source files..." # 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 #=================================================