mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user