diff options
Diffstat (limited to 'configs/boot/nfs-server-nhfsstone.rcS')
-rwxr-xr-x | configs/boot/nfs-server-nhfsstone.rcS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/nfs-server-nhfsstone.rcS b/configs/boot/nfs-server-nhfsstone.rcS index 222ba309e..7fa44a5f2 100755 --- a/configs/boot/nfs-server-nhfsstone.rcS +++ b/configs/boot/nfs-server-nhfsstone.rcS @@ -59,7 +59,7 @@ echo "Exporting shares..." echo -n "signal client to mount..." sleep 5 -echo "server ready" | /usr/bin/netcat -c 10.0.0.2 8000 +echo "server ready" | netcat -c 10.0.0.2 8000 echo "done." echo -n "starting bash shell..." |