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 17, 2024
1 parent 249a30d commit 616cfad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ on_install() {
ui_print
ui_print " Create overlayrw"
ui_print
mkdir -p $MODPATH/system/bin
cp -rf $TMPDIR/overlayrw $MODPATH/system/bin
mkdir -p $MODPATH/product/bin
cp -rf $TMPDIR/overlayrw $MODPATH/product/bin
if [ "$(grep_prop backup $TMPDIR/module.prop)" == "true" ] && [ -e "/data/adb/modules/overlayfs/skip_mount" ];then
ui_print " Start backup"
rm -fr /data/adb/modules/overlayfs/zoption
Expand Down

0 comments on commit 616cfad

Please sign in to comment.