Skip to content

Commit

Permalink
TUN-8290: Remove || true from postrm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsf committed Mar 7, 2024
1 parent 4f71655 commit 47ad323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postrm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -eu
rm -f /usr/local/bin/cloudflared
rm -f /usr/local/etc/cloudflared/.installedFromPackageManager || true
rm -f /usr/local/etc/cloudflared/.installedFromPackageManager

0 comments on commit 47ad323

Please sign in to comment.