Skip to content

Commit

Permalink
Update update-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jul 9, 2024
1 parent 64bdfd9 commit 333414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Modun/META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ZIPFILE=$3

mount /data 2>/dev/null

if [ -f /data/adb/magisk/util_functions.sh ] && [ "BOOTCLASSPATH" ];then
if [ -f /data/adb/magisk/util_functions.sh ] && [ "$BOOTCLASSPATH" ];then
. /data/adb/magisk/util_functions.sh
[ $MAGISK_VER_CODE -lt 20400 ] && require_new_magisk
install_module
Expand Down

0 comments on commit 333414f

Please sign in to comment.