Fix sh - bash confusion
authorDennis Schafroth <dennis@indexdata.com>
Wed, 30 May 2012 17:47:47 +0000 (19:47 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 30 May 2012 17:47:47 +0000 (19:47 +0200)
perf/bash/par_forever.sh

index 96503a2..879f95f 100755 (executable)
@@ -1,6 +1,6 @@
 while true; do 
     export TMP_DIR=run_`date +"%Y%m%d_%H%M%S"`/
     mkdir -p ${TMP_DIR}
-    sh par.sh par.config.dennis 
+    ./par.sh par.config.dennis 
     sleep 60
 done
\ No newline at end of file