From 4f767b62b6ae19e7293f2d8c9e71b0cb3bb3d491 Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Sun, 8 May 2022 19:34:55 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 44651a1..6615237 100755 --- a/scripts/install +++ b/scripts/install @@ -255,7 +255,7 @@ ynh_add_config --template="../conf/config.php" --destination="$final_path/config # FIXME: this should be handled by the core in the future # You may need to use chmod 600 instead of 400, # for example if the app is expected to be able to modify its own config -chmod 400 "$final_path/config.php" +chmod 600 "$final_path/config.php" chown $app:$app "$final_path/config.php" ### For more complex cases where you want to replace stuff using regexes,