Dovecot Systax Problem
parent
d707da0e1e
commit
c29f2ce683
|
|
@ -1,6 +1,22 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
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)
|
# MailWolt – Interaktiver Bootstrap (whiptail + Fallback)
|
||||||
# ──────────────────────────────────────────────────────────────
|
# ──────────────────────────────────────────────────────────────
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue