mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +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:
@@ -24097,3 +24097,6 @@
|
||||
report to use locally generated XML.
|
||||
2023-05-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Remote debugging printf()s from 'web/rdxport/podcasts.cpp'.
|
||||
2023-05-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in 'apis/cdn/scripts/akamai_purge.cdn' that broke
|
||||
content purging on Akamai.
|
||||
|
@@ -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