From 92323b907f98b4ae4d4143635ac71c3b6bc5cb61 Mon Sep 17 00:00:00 2001 From: PJ Date: Fri, 10 Dec 2021 17:07:09 +0100 Subject: [PATCH] Add logging --- scripts/purge-nginx-blocklist.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/purge-nginx-blocklist.sh b/scripts/purge-nginx-blocklist.sh index b709fc99..4f2b2ac8 100755 --- a/scripts/purge-nginx-blocklist.sh +++ b/scripts/purge-nginx-blocklist.sh @@ -110,6 +110,9 @@ fi # move the skylinks file to the queue under lock acquire_lock +echo "moving file from -> to" +echo $NGINX_PURGE_SKYLINKS_FILE +echo $NGINX_PURGE_SKYLINKS_QUEUED mv $NGINX_PURGE_SKYLINKS_FILE $NGINX_PURGE_SKYLINKS_QUEUED release_lock