diff --git a/scripts/install b/scripts/install index 0c9e914..ff05ab1 100644 --- a/scripts/install +++ b/scripts/install @@ -137,8 +137,8 @@ ynh_script_progression --message="Adding a config file..." ynh_add_config --template="../conf/default.yaml" --destination="$final_path/config/production.yaml" -chmod 400 "$final_path/some_config_file" -chown $app:$app "$final_path/some_config_file" +chmod 400 "$final_path/config/production.yaml" +chown $app:$app "$final_path/config/production.yaml" #================================================= # GENERIC FINALIZATION