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