We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f19fe commit 161f864Copy full SHA for 161f864
1 file changed
module/status.sh
@@ -41,7 +41,7 @@ until [ "$(getprop sys.boot_completed)" = "1" ]; do
41
sleep 1
42
done
43
44
-if kpatch hello >/dev/null 2>&1; then
+if [ -n "$(kpatch hello)" ]; then
45
KPM_COUNT="$(kpatch kpm num 2>/dev/null || echo 0)"
46
[ -z "$KPM_COUNT" ] && KPM_COUNT=0
47
0 commit comments