From c29f2ce68365c19296dc99015c817f7f6a5e4251 Mon Sep 17 00:00:00 2001 From: boksbc Date: Mon, 20 Oct 2025 22:51:06 +0200 Subject: [PATCH] Dovecot Systax Problem --- scripts/bootstrap.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 3859224..601477f 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1,6 +1,22 @@ #!/usr/bin/env bash set -euo pipefail +# --- Farbschema für whiptail (libnewt) – hohe Lesbarkeit (dunkler Input, schwarze Schrift) --- +export NEWT_COLORS=' +root=,blue +border=black,lightgray +window=black,lightgray +textbox=black,lightgray +label=black,lightgray +entry=black,cyan +button=black,cyan +actlistbox=black,cyan +actsellistbox=black,cyan +' + +# optionales Backtitle (erscheint oben) +export DIALOGOPTS="--backtitle MailWolt Setup" + # ────────────────────────────────────────────────────────────── # MailWolt – Interaktiver Bootstrap (whiptail + Fallback) # ──────────────────────────────────────────────────────────────