From 0c46d282d1efeb5b1b572223729d676cdfa2e680 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Sat, 14 Dec 2024 21:36:54 +0300 Subject: [PATCH] pmt: fixup statuc checker [script] --- pmt-termux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmt-termux.sh b/pmt-termux.sh index 2e5b75f..6ada6ba 100755 --- a/pmt-termux.sh +++ b/pmt-termux.sh @@ -290,7 +290,7 @@ if [ "${PROCESS}" = 1 ]; then install_fn elif [ "${PROCESS}" = 2 ]; then /system/bin/which pmt &>/dev/null \ - && abort "Partition Manager already uninstalled." + || abort "Partition Manager already uninstalled." print "Starting uninstall process..." uninstall_fn fi