From 1e0348c9b7cbc12d7010734cecd7ff5dfe5bddd8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 6 Jul 2021 11:10:57 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ce2a81d..7cb8e15 100644 --- a/scripts/install +++ b/scripts/install @@ -104,8 +104,8 @@ ynh_script_progression --message="Adding a configuration file..." --time --weigh ynh_add_config --template="../conf/config.dist.php" --destination="$final_path/config.php" -chmod 400 "$final_path/some_config_file" -chown $app:$app "$final_path/some_config_file" +chmod 400 "$final_path/config.php" +chown $app:$app "$final_path/config.php" #================================================= # SETUP SYSTEMD