Skip to content

Commit

Permalink
Merge branch 'j-hc:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl authored Oct 15, 2024
2 parents ce4eb6d + d23d0d5 commit c471612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revanced-magisk/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ if [ -z "$(ls -A1 "$BASEPATHLIB")" ]; then
fi
set_perm_recursive "${BASEPATH}/lib" 1000 1000 755 755 u:object_r:apk_data_file:s0
fi
if [ "$IS_SYS" = false ]; then mkdir -p "/data/adb/rvhc"; fi
mv -f "$MODPATH/base.apk" "$RVPATH"

ui_print "* Setting Permissions"
set_perm "$RVPATH" 1000 1000 644 u:object_r:apk_data_file:s0

if [ "$IS_SYS" = false ]; then
ui_print "* Mounting $PKG_NAME"
mkdir -p "/data/adb/rvhc"
if ! op=$(mm mount -o bind "$RVPATH" "$BASEPATH/base.apk" 2>&1); then
ui_print "ERROR: Mount failed!"
ui_print "$op"
Expand Down

0 comments on commit c471612

Please sign in to comment.