From 4707220de1216daa914729ca2a2dcb83aad3377f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Nov 2021 22:12:58 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index dfdfd17..6909f82 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"