Added teardown script to reset between runs.

This commit is contained in:
2022-11-10 10:38:47 +13:00
parent 69d4e8ba41
commit 8a380dd491

9
teardown.sh Normal file
View File

@ -0,0 +1,9 @@
!/usr/bin/env bash
set -e -o pipefail
# Stop microshift service
sudo systemctl stop microshift
# Uninstall and remove cloudflare serivce
sudo systemctl stop cloudflared
sudo cloudflared service uninstall