fixed typo
This commit is contained in:
parent
903fe240ab
commit
5fd70b8d85
8
run.sh
8
run.sh
@ -20,12 +20,4 @@ curl -s -X POST \
|
|||||||
-H 'AccessKey: '"${BUNNYCDN_API}"'' \
|
-H 'AccessKey: '"${BUNNYCDN_API}"'' \
|
||||||
-H 'Content-Length: 0' \
|
-H 'Content-Length: 0' \
|
||||||
'https://api.bunny.net/purge?url='"${f}"
|
'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
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user