Add logging

This commit is contained in:
PJ 2021-12-10 17:07:09 +01:00
parent 593a88c8ca
commit 92323b907f
No known key found for this signature in database
GPG Key ID: F345964979FA8971
1 changed files with 3 additions and 0 deletions

View File

@ -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