From 8eb4565bdaa88d19c6312dccdb33058fbc08b138 Mon Sep 17 00:00:00 2001 From: rodinux Date: Mon, 25 Dec 2023 06:02:49 +0100 Subject: [PATCH] try fix install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 31188a1..d848767 100644 --- a/scripts/install +++ b/scripts/install @@ -18,7 +18,7 @@ ynh_app_setting_set --app=$app --key=secret_key --value=$secret_key ynh_script_progression --message="Setting up source files..." --weight=4 # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$data_dir"data/ +ynh_setup_source --dest_dir="$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"