edit main_menu

This commit is contained in:
2025-09-24 23:48:50 +02:00
parent ea0d4d3de4
commit eac4aef0c6

View File

@@ -312,7 +312,7 @@ main_menu() {
case $choice in case $choice in
1) config_menu;; 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;; 3) whiptail --msgbox "Repository-Verwaltung (noch nicht implementiert)" 10 70;;
4) whiptail --msgbox "Image-Bauen (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;; 5) whiptail --msgbox "Image-Verwaltung (noch nicht implementiert)" 10 70;;