diff --git a/uninstall-bridgehead.sh b/uninstall-bridgehead.sh index b5c3f91..877ca01 100755 --- a/uninstall-bridgehead.sh +++ b/uninstall-bridgehead.sh @@ -5,8 +5,6 @@ source lib/functions.sh echo "Stopping systemd services and removing bridgehead ..." -systemctl disable --now bridgehead@${project}.service -systemctl disable --now bridgehead-update@${project}.timer -systemctl disable --now bridgehead-update@${project}.service +systemctl disable --now bridgehead@${project}.service bridgehead-update@${project}.timer bridgehead-update@${project}.service rm -v /etc/systemd/system/{bridgehead\@.service,bridgehead-update\@.timer,bridgehead-update\@.service}