From a522f59ac8cf1fd2ad541e31c36a4c297dbfc464 Mon Sep 17 00:00:00 2001 From: Chris Yocum Date: Mon, 22 Jul 2019 08:22:34 -0400 Subject: [PATCH] Testing --- root/app/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/app/cleanup.sh b/root/app/cleanup.sh index 8fb3f59..cf38e86 100644 --- a/root/app/cleanup.sh +++ b/root/app/cleanup.sh @@ -9,7 +9,7 @@ fi # empty existing redis queue echo "emptying current redis queues..." -rq empty -u redis://${DISKOVER_ARRAY[REDIS_HOST]}:${DISKOVER_ARRAY[REDIS_PORT]} diskover_crawl diskover diskover_calcdir failed +rq empty -u redis://"${DISKOVER_ARRAY[REDIS_HOST]}":"${DISKOVER_ARRAY[REDIS_PORT]}" diskover_crawl diskover diskover_calcdir failed sleep 3 echo "killing dangling workers..."