fix typos in menue

This commit is contained in:
pi-farm
2023-11-23 19:16:07 +01:00
parent be2ac033e4
commit 923e7e4ca6

View File

@@ -19,11 +19,11 @@ menue()
echo "| PP XX XX EEEEEEE |" echo "| PP XX XX EEEEEEE |"
echo "|_________________________________________________________________________________________|" echo "|_________________________________________________________________________________________|"
echo "| |" echo "| |"
echo "| b) Build the Docker-Image and startup the Docker-Containers |" echo "| b) Build the PXE-Image and startup the PXE-Container |"
echo "| s) Setup the PXE-Server |" echo "| s) Setup the PXE-Server |"
echo "| |" echo "| |"
echo "| r) Start the existing docker-containers |" echo "| r) Start the existing PXE-Container |"
echo "| x) Stop the docker-containers |" echo "| x) Stop the PXE-Container |"
echo "| |" echo "| |"
echo "| e) Edit 'p2-include-handle'-file |" echo "| e) Edit 'p2-include-handle'-file |"
echo "| u) Update the PXE-Server |" echo "| u) Update the PXE-Server |"
@@ -34,7 +34,7 @@ menue()
echo "| p) Run TAILS-Patch-Script. Tails has to be already downloaded an mounted! |" 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 "| (see https://github.com/beta-tester/RPi-PXE-Server/issues/31) |"
echo "| |" echo "| |"
echo "| D) DELETE the existing docker-containers and docker images completely |" echo "| D) DELETE the existing PXE-Container and PXE-Iimage completely |"
echo "| |" echo "| |"
echo "| EXIT Exit this script, but PXE-Server is running, if started. |" echo "| EXIT Exit this script, but PXE-Server is running, if started. |"
echo "| |" echo "| |"