mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
style(env): use double quotes consistently in env file output
This commit is contained in:
@@ -253,7 +253,7 @@ _update_or_add_env_var() {
|
||||
fi
|
||||
|
||||
if [[ -n "$var_value" ]]; then
|
||||
echo "${var_name}='$var_value'" >> "$tmp_env_file"
|
||||
echo "${var_name}=\"$var_value\"" >> "$tmp_env_file"
|
||||
fi
|
||||
mv "$tmp_env_file" "$OUTPUT_FILE"
|
||||
# trap - EXIT # Remove specific trap for this temp file if desired, or let main script's trap handle it.
|
||||
|
||||
Reference in New Issue
Block a user