From 9423e24afef61bd50dbb880d0ca29d4595c58a90 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sat, 6 Aug 2022 17:29:22 -0400 Subject: [PATCH] rename --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index d01dc89..f8eb70e 100755 --- a/scripts/install +++ b/scripts/install @@ -128,8 +128,8 @@ ynh_script_progression --message="Adding a configuration file..." --time --weigh ynh_add_config --template=".env.template" --destination="$final_path/.env" -chmod 400 "$final_path/some_config_file" -chown $app:$app "$final_path/some_config_file" +chmod 400 "$final_path.env" +chown $app:$app "$final_path/.env" #================================================= # SPECIFIC SETUP