mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 10:49:30 +02:00
v1.6.7
This commit is contained in:
parent
d00f0b9fa7
commit
c39c93725f
3 changed files with 46 additions and 5 deletions
|
@ -43,11 +43,11 @@ filt=
|
|||
[ $purge ] && filt='NR>1{print$3}'
|
||||
[ $filt ] && {
|
||||
[ $purge ] && {
|
||||
podman kill $(podman ps -q)
|
||||
podman rm $(podman ps -qa)
|
||||
podman kill $(podman ps -q) || true
|
||||
podman rm $(podman ps -qa) || true
|
||||
}
|
||||
podman rmi -f $(podman images -a --history | awk "$filt") || true
|
||||
podman rmi $(podman images -a --history | awk '/^<none>.*<none>.*-tmp:/{print$3}')
|
||||
podman rmi $(podman images -a --history | awk '/^<none>.*<none>.*-tmp:/{print$3}') || true
|
||||
}
|
||||
|
||||
[ $pull ] && {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue