From d44ffd42e8295d6e369fdf4257e815909b4b9759 Mon Sep 17 00:00:00 2001 From: pi-farm Date: Thu, 23 Nov 2023 00:57:44 +0100 Subject: [PATCH] Frame setup --- start.sh | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/start.sh b/start.sh index 5e879a5..7a1237b 100644 --- a/start.sh +++ b/start.sh @@ -18,23 +18,23 @@ menue() echo "| PP XX XX EE |" echo "| PP XX XX EEEEEEE |" echo "|_________________________________________________________________________________________|" - echo "| |" - echo "| b) Build the Docker-Image and startup the Docker-Containers |" - echo "| s) Setup the PXE-Server |" - echo "| |" - echo "| r) Start the existing docker-containers |" - echo "| x) Stop the docker-containers |" - echo "| u) Update the PXE-Server |" - echo "| |" - echo "| t) Show TCPDUMP on port 67-69 of the PXE-Container |" - echo "| |" - echo "| p) Run TAILS-Patch-Script. Tails has to be already downloaded an mounted! |" - echo "| (see https://github.com/beta-tester/RPi-PXE-Server/issues/31) |" - echo "| |" - echo "| D) DELETE the existing docker-containers and docker images completely |" - echo "| |" - echo "| EXIT Exit this script, but PXE-Server is running, if started. |" - echo "| |" + echo "| |" + echo "| b) Build the Docker-Image and startup the Docker-Containers |" + echo "| s) Setup the PXE-Server |" + echo "| |" + echo "| r) Start the existing docker-containers |" + echo "| x) Stop the docker-containers |" + echo "| u) Update the PXE-Server |" + echo "| |" + echo "| t) Show TCPDUMP on port 67-69 of the PXE-Container |" + echo "| |" + echo "| p) Run TAILS-Patch-Script. Tails has to be already downloaded an mounted! |" + echo "| (see https://github.com/beta-tester/RPi-PXE-Server/issues/31) |" + echo "| |" + echo "| D) DELETE the existing docker-containers and docker images completely |" + echo "| |" + echo "| EXIT Exit this script, but PXE-Server is running, if started. |" + echo "| |" echo "|_________________________________________________________________________________________|" echo "" read -p "Your choice: " menue_wahl