mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
typo
This commit is contained in:
4
start.sh
4
start.sh
@@ -36,7 +36,7 @@ menue()
|
||||
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 PXE-Container and PXE-Iimage completely |"
|
||||
echo "| D) DELETE the existing PXE-Container and PXE-Image completely |"
|
||||
echo "| |"
|
||||
echo "| EXIT Exit this script, but PXE-Server is running, if started. |"
|
||||
echo "| |"
|
||||
@@ -103,7 +103,7 @@ menue()
|
||||
#############################################
|
||||
|
||||
n) clear
|
||||
docker exec -it pxe-container bash systemctl start rpcbind && systemctl start nfs-kernel-server && rpc.mountd
|
||||
docker exec -it pxe-container bash systemctl start rpcbind && sleep 5 && systemctl start nfs-kernel-server && sleep 5 && rpc.mountd
|
||||
clear
|
||||
echo "NFS-Server restarted"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user