diff options
Diffstat (limited to 'configs/boot')
-rw-r--r-- | configs/boot/spec-surge-client.rcS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/spec-surge-client.rcS b/configs/boot/spec-surge-client.rcS index 03f25986c..0dd2ba7db 100644 --- a/configs/boot/spec-surge-client.rcS +++ b/configs/boot/spec-surge-client.rcS @@ -35,7 +35,7 @@ echo "waiting for server..." netcat -c -l -p 8000 echo -n "running surge client..." -/bin/bash -c "cd /benchmarks/specsurge && ./spec-m5 1 20 1 192.168.0.1 5 40000 1000000000 1000" +/bin/bash -c "cd /benchmarks/surge && ./spec-m5 1 20 1 192.168.0.1 5 40000 1000000000 1000" echo "done." echo -n "halting machine" |