From 6a0dd42523ed02cf033480c0fa73e71437c0db22 Mon Sep 17 00:00:00 2001 From: Yocum Date: Tue, 23 Jul 2019 14:36:39 -0400 Subject: [PATCH] Final, minor touchups --- root/app/dispatcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/app/dispatcher.sh b/root/app/dispatcher.sh index 54b70b6..4cd2380 100644 --- a/root/app/dispatcher.sh +++ b/root/app/dispatcher.sh @@ -22,4 +22,4 @@ echo "starting workers with following options: ${DISKOVER_ARRAY[WORKER_OPTS]}" /bin/bash /app/diskover/diskover-bot-launcher.sh ${DISKOVER_ARRAY[WORKER_OPTS]} echo "starting crawler with following options: ${DISKOVER_ARRAY[DISKOVER_OPTS]}" -/usr/bin/python3 ./diskover.py ${DISKOVER_ARRAY[DISKOVER_OPTS]} \ No newline at end of file +/usr/bin/python3 /app/diskover/diskover.py ${DISKOVER_ARRAY[DISKOVER_OPTS]} \ No newline at end of file