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 5477917 commit 481beae
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 @@ -21,8 +21,8 @@ ui_print
ui_print " Create overlayrw"
ui_print
mkdir -p $MODPATH/system/bin
if [ "$(grep_prop backup $TMPDIR/module.prop)" == "true" ] && [ -e "/data/adb/modules/overlayfs/skip_mount" ];then
cp -rf $TMPDIR/overlayrw $MODPATH/system/bin
if [ "$(grep_prop backup $TMPDIR/module.prop)" == "true" ] && [ -e "/data/adb/modules/overlayfs/skip_mount" ];then
ui_print " Start backup"
for KS3 in $(ls -d1 /data/adb/modules/overlayfs/*); do
[ -d "$KS3" ] && cp -acf $KS3 $MODPATH
Expand Down

0 comments on commit 481beae

Please sign in to comment.