commit 6672fa6f4f7b9028dd81545529fc5c838d46f8a6 parent 79f9cb065d6a06d48c463a305bdd65bc956730d3 Author: Cem Keylan <cem@ckyln.com> Date: Sat, 7 Nov 2020 11:40:22 +0300 pm_del(): return 0 no matter what Diffstat:
M | bin/muw | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/muw b/bin/muw @@ -117,7 +117,7 @@ pm_del() { pass) pass rm -f "$pmt" ;; pash) yes | pash del "$pmt" ;; pm) pm del "$pmt" - esac >/dev/null 2>&1 + esac >/dev/null 2>&1 ||: } test_connection() {