diff --git a/uninstall-bridgehead.sh b/uninstall-bridgehead.sh new file mode 100644 index 0000000..628e8ed --- /dev/null +++ b/uninstall-bridgehead.sh @@ -0,0 +1,6 @@ +echo "Stoping systemd services and removing bridgehead" + +source site.conf + +systemctl stop bridgehead@"${project}".service +systemctl stop bridgehead-update@"${project}".timer