pmt: fixup statuc checker [script]

This commit is contained in:
2024-12-14 21:36:54 +03:00
parent cfc46cbd96
commit 0c46d282d1

View File

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