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 "| 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 PXE-Container and PXE-Iimage completely |"
|
echo "| D) DELETE the existing PXE-Container and PXE-Image 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 "| |"
|
||||||
@@ -103,7 +103,7 @@ menue()
|
|||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
n) clear
|
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
|
clear
|
||||||
echo "NFS-Server restarted"
|
echo "NFS-Server restarted"
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user