2021-06-04 17:36:50 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
ABSDIR="$( dirname "$(readlink -f -- "$0")" )"
|
|
|
|
source ${ABSDIR}/../functions.sh
|
|
|
|
source ${ABSDIR}/vars.sh
|
|
|
|
|
2022-02-10 21:18:42 +00:00
|
|
|
# Run regular prune script for pods
|
2022-02-12 12:08:44 +00:00
|
|
|
source ${ABSDIR}/../_podman-common/90_prune_pod.sh &&
|
2022-02-10 21:18:42 +00:00
|
|
|
# Remove configuration volume
|
2021-06-06 12:52:33 +00:00
|
|
|
podman unshare rm -rf ~/${confvolume}/
|