Skip to content

Commit

Permalink
module: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: peternmuller <[email protected]>
  • Loading branch information
peternmuller committed Oct 21, 2024
1 parent 2fbbe82 commit 9a8f18c
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 @@ -141,7 +141,7 @@ set_perm "$MODPATH/base.apk" 1000 1000 644 u:object_r:apk_data_file:s0

ui_print "* Mounting $PKG_NAME"
mkdir -p "/data/adb/rvpnm"
RVPATH=/data/adb/rpnm/${MODPATH##*/}.apk
RVPATH=/data/adb/rvpnm/${MODPATH##*/}.apk
mv -f "$MODPATH/base.apk" "$RVPATH"

if ! op=$(mm mount -o bind "$RVPATH" "$BASEPATH/base.apk" 2>&1); then
Expand Down

0 comments on commit 9a8f18c

Please sign in to comment.