From 4ac3b8e631c3b6334f659d5bf4cc5201ffe4dde6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Feb 2022 21:45:39 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7ef7189..1a76556 100644 --- a/scripts/install +++ b/scripts/install @@ -86,7 +86,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_setup_source --dest_dir="$final_path" # copy index file -ynh_add_config --template="../conf/index.php" --destination="$final_path/" +cp ../conf/index.php $final_path/ chmod 750 "$final_path" chmod -R o-rwx "$final_path"