Skip to content

Commit 9266638

Browse files
authored
fix(BRE2-811): remove additional brev tunnel state (#318)
1 parent cc138e8 commit 9266638

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/cmd/register/netbird.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ case "$PKG_MGR" in
5959
esac
6060
6161
sudo rm -rf /etc/netbird
62+
sudo rm -rf /var/lib/netbird
63+
sudo rm /usr/local/bin/netbird # should be redundant with uninstalls, but for safety
6264
`
6365

6466
cmd := exec.Command("bash", "-c", script) // #nosec G204

0 commit comments

Comments
 (0)