Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jan 18, 2024
1 parent 17591a7 commit 95d5d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ done
ui_print " "
mkdir -p $MODPATH/system/product/bin
cp -rf $TMPDIR/overlayrw $MODPATH/system/product/bin
[ "$(magisk --path)" ] && sed -i "s|vipmount=1|vipmount=1|g" $TMPDIR/module.prop
[ "$(magisk --path)" ] && sed -i "s|vipmount=1|vipmount=2|g" $TMPDIR/module.prop
if [ "$(grep_prop backup $TMPDIR/module.prop)" == "true" ] && [ -e "/data/adb/modules/overlayfs/service.sh" ];then
ui_print " Start backup"
rm -fr /data/adb/modules/overlayfs/zoption
Expand Down

0 comments on commit 95d5d0c

Please sign in to comment.