From 400aca12bc10feba23e39a76a37e5e4fe22c6a3d Mon Sep 17 00:00:00 2001 From: Filip Rysavy <29089732+firyx@users.noreply.github.com> Date: Wed, 27 Oct 2021 10:55:09 +0200 Subject: [PATCH] Fix removing skylink from nginx --- scripts/blocklist-skylink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/blocklist-skylink.sh b/scripts/blocklist-skylink.sh index 8b81e09f..cf14f138 100755 --- a/scripts/blocklist-skylink.sh +++ b/scripts/blocklist-skylink.sh @@ -47,7 +47,7 @@ do # changes need to be applied to the /setup-scripts/blocklist-airtable.py # script. cached_files_command="find /data/nginx/cache/ -type f | xargs -r grep -Els '^Skynet-Skylink: ${skylink}'" - docker exec -it nginx bash -c "${cached_files_command}" | xargs -r rm + docker exec -it nginx bash -c "${cached_files_command} | xargs -r rm" echo ".. ⌁ Skylink ${skylink} Blocked" echo "--------------------------------------------"