TUN-8290: Remove `|| true` from postrm.sh

This commit is contained in:
João "Pisco" Fernandes 2024-03-07 16:22:56 +00:00
parent 4f7165530c
commit 47ad3238dd
1 changed files with 1 additions and 1 deletions

View File

@ -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