summaryrefslogtreecommitdiff
path: root/configs/boot/ping-server.rcS
diff options
context:
space:
mode:
Diffstat (limited to 'configs/boot/ping-server.rcS')
-rw-r--r--configs/boot/ping-server.rcS2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/ping-server.rcS b/configs/boot/ping-server.rcS
index 5dab6effb..311c80212 100644
--- a/configs/boot/ping-server.rcS
+++ b/configs/boot/ping-server.rcS
@@ -19,7 +19,7 @@ echo "262143" > /proc/sys/net/core/optmem_max
echo "100000" > /proc/sys/net/core/netdev_max_backlog
echo -n "signal client to begin..."
-echo "server ready" | /usr/bin/netcat -c $CLIENT 8000
+echo "server ready" | netcat -c $CLIENT 8000
echo "done."
echo "starting bash..."