edit config_menu for builder_status_icon
This commit is contained in:
@@ -31,8 +31,8 @@ ensure_prereqs() {
|
|||||||
# -------------------------
|
# -------------------------
|
||||||
config_menu() {
|
config_menu() {
|
||||||
while true; do
|
while true; do
|
||||||
local builder_status
|
local builder_icon
|
||||||
builder_status=$(get_builder_status)
|
builder_icon=$(get_builder_status_icon)
|
||||||
|
|
||||||
choice=$(whiptail --title "Konfiguration" --menu "Bitte wählen:" 20 70 10 \
|
choice=$(whiptail --title "Konfiguration" --menu "Bitte wählen:" 20 70 10 \
|
||||||
1 "Abhängigkeiten installieren (docker, git, jq, whiptail)" \
|
1 "Abhängigkeiten installieren (docker, git, jq, whiptail)" \
|
||||||
|
|||||||
Reference in New Issue
Block a user