fixed typo

This commit is contained in:
Nick 2021-05-07 13:15:41 -04:00
parent 903fe240ab
commit 5fd70b8d85

8
run.sh
View File

@ -20,12 +20,4 @@ curl -s -X POST \
-H 'AccessKey: '"${BUNNYCDN_API}"'' \
-H 'Content-Length: 0' \
'https://api.bunny.net/purge?url='"${f}"
if [ $? -eq 0 ]; then
echo "Cleared cache for ${f}"
else
echo "Cleared not completed"
exit 1
fi
done