Skip to content
Snippets Groups Projects
clean.sh 270 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
#!/bin/bash -eux
source /etc/environment
image=$1

systemctl stop web@$image.test

Pierre Ozoux's avatar
Pierre Ozoux committed
sleep 20

Pierre Ozoux's avatar
Pierre Ozoux committed
systemctl list-units | grep -c "$image\.test" | grep 0

rm -rf /data/runtime/domains/$image.test
rm -rf /data/domains/$image.test

ssh $BACKUP_DESTINATION "rm -rf $image.test"