diff --git a/scripts/install b/scripts/install index 59fb4d4..f1b2dc9 100644 --- a/scripts/install +++ b/scripts/install @@ -148,8 +148,8 @@ ynh_script_progression --message="Adding a config file..." ynh_add_config --template="../conf/.env" --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" #================================================= # GENERIC FINALIZATION