From eac4aef0c6ae8faae33044bba506236e8f655e95 Mon Sep 17 00:00:00 2001 From: pi-farm Date: Wed, 24 Sep 2025 23:48:50 +0200 Subject: [PATCH] edit main_menu --- scripts/image-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image-builder.sh b/scripts/image-builder.sh index a1aebd8..b60c651 100755 --- a/scripts/image-builder.sh +++ b/scripts/image-builder.sh @@ -312,7 +312,7 @@ main_menu() { case $choice in 1) config_menu;; - 2) whiptail --msgbox "Projektverwaltung (noch nicht implementiert)" 10 70;; + 2) project_menu;; 3) whiptail --msgbox "Repository-Verwaltung (noch nicht implementiert)" 10 70;; 4) whiptail --msgbox "Image-Bauen (noch nicht implementiert)" 10 70;; 5) whiptail --msgbox "Image-Verwaltung (noch nicht implementiert)" 10 70;;