Skip to content

Commit

Permalink
Update post-fs-data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jan 25, 2024
1 parent fa07c53 commit 3e2e5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/common/post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MODP="${0%/*}"
rm -fr $MODP/log.txt
if [ "$(grep 'vipmount=' "$MODP/module.prop" | cut -d= -f2)" == 1 ];then
rm -fr "$MODP/skip_mount"
mount -o bind /data/overlayfs/system "$MODP/system"
#mount -o bind /data/overlayfs/system "$MODP/system"
else
echo > "$MODP/skip_mount"
for TV in $(cat /data/overlayfs/tmp/partition); do
Expand Down

0 comments on commit 3e2e5a5

Please sign in to comment.