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:
6
start.sh
6
start.sh
@@ -31,12 +31,12 @@ menue()
|
|||||||
echo "| f) Fix permissions for samba-share |"
|
echo "| f) Fix permissions for samba-share |"
|
||||||
echo "| |"
|
echo "| |"
|
||||||
echo "| t) Show TCPDUMP on port 67-69 of the PXE-Container |"
|
echo "| t) Show TCPDUMP on port 67-69 of the PXE-Container |"
|
||||||
echo "| c) open Terminal inside PXE-Container |"
|
echo "| c) open Terminal inside PXE-Container |"
|
||||||
echo "| |"
|
echo "| |"
|
||||||
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