From 28cdc076d795cb877c5c50c703b1ecf6059d431d Mon Sep 17 00:00:00 2001 From: pi-farm Date: Fri, 26 Sep 2025 15:06:13 +0200 Subject: [PATCH] edit function edit_project_files --- scripts/image-builder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/image-builder.sh b/scripts/image-builder.sh index 6bc4339..01be3a6 100755 --- a/scripts/image-builder.sh +++ b/scripts/image-builder.sh @@ -324,6 +324,7 @@ change_project_setting() { sed -i "s|^$key=.*|$key=$new_value|" "$config_file" } +# Aktuellen Editor aus global/config.json holen # Aktuellen Editor aus global/config.json holen get_editor_cmd() { if [[ -f "$GLOBAL_CONFIG" ]]; then