jitsi prune : ajout suppression du confvolume
This commit is contained in:
parent
9957cf850b
commit
f98b3f245d
|
@ -1 +0,0 @@
|
||||||
../_podman-common/90_prune_pod.sh
|
|
10
podman-jitsi/90_prune.sh
Executable file
10
podman-jitsi/90_prune.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
ABSDIR="$( dirname "$(readlink -f -- "$0")" )"
|
||||||
|
source ${ABSDIR}/../functions.sh
|
||||||
|
source ${ABSDIR}/vars.sh
|
||||||
|
|
||||||
|
# Run regular prune script for pods
|
||||||
|
source ${ABSDIR}/../_podman-common/90_prune_pod.sh &&
|
||||||
|
# Remove configuration volume
|
||||||
|
podman unshare rm -rf ${confvolume}/
|
Loading…
Reference in a new issue