11901: Report db stats (notably OpenConnections) in /debug.json
[arvados.git] / crunch_scripts / crunchrunner
index 71c10c9b3613bae0c98540c631bd575d7324a0f2..9e8832bb5553a033fd0847573624203c21d9f5dd 100755 (executable)
@@ -1,2 +1,7 @@
 #!/bin/sh
-exec $TASK_KEEPMOUNT/$JOB_PARAMETER_CRUNCHRUNNER
+
+if test -n "$JOB_PARAMETER_CRUNCHRUNNER" ; then
+    exec $TASK_KEEPMOUNT/$JOB_PARAMETER_CRUNCHRUNNER
+else
+    exec /usr/local/bin/crunchrunner
+fi