Skip to content
clean-image.sh 313 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
#!/bin/bash -eux

image=$1

systemctl stop *@$image.test.timer
systemctl stop *@$image.test
systemctl reset-failed
systemctl list-units | grep -c "$image\.test" | grep 0
rm -rf /data/import/$image.test
rm -rf /data/runtime/domains/$image.test
Pierre Ozoux's avatar
Pierre Ozoux committed
rm -rf /data/domains/$image.test
systemctl disable $image@$image.test