edit main_menu
This commit is contained in:
@@ -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;;
|
||||||
|
|||||||
Reference in New Issue
Block a user