Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
proc
/
212
/
root
/
srv
/
admin
/
scripts
/
//proc/thread-self/root/proc/212/root/srv/admin/scripts/purge-cache.sh
#!/bin/bash -e source /lib/start-lib.sh parse_json /srv/data/.paas URL="$1" [ -z "$URL" ] && exit 1 if curl -f -s -X PURGEALL "$URL" &> /dev/null; then echo PURGE requested else echo Failed to purge cache exit 1 fi