Skip to content

Commit

Permalink
Update postrm.sh to fix incomplete uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
NanashiTheNameless authored and joliveirinha committed Mar 6, 2024
1 parent 652c82d commit e846943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postrm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -eu
rm /usr/local/bin/cloudflared
rm /usr/local/etc/cloudflared/.installedFromPackageManager || true
rm -f /usr/local/bin/cloudflared
rm -f /usr/local/etc/cloudflared/.installedFromPackageManager || true

0 comments on commit e846943

Please sign in to comment.