2023-05-15 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'apis/cdn/scripts/akamai_purge.cdn' that broke
	content purging on Akamai.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-05-15 17:25:47 -04:00
parent 201efece01
commit 45b5c77c71
2 changed files with 4 additions and 8 deletions

View File

@@ -28,11 +28,4 @@ _url=$TARGET_URL
[[ $_url =~ ^https?://[^/]+ ]] && _url="${BASH_REMATCH[0]}"
DOMAIN=${_url#https://}
echo -n "URL: "
echo $TARGET_URL
echo -n "DOMAIN: "
echo $DOMAIN
aka_purge.sh $DOMAIN -o $URL
aka_purge.sh $DOMAIN -o $TARGET_URL