Skip to content

Commit

Permalink
Update service.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jan 21, 2024
1 parent 5bfedae commit fa93d80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/common/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ done
for TV in $(cat /data/overlayfs/tmp/partition); do
[ "$(grep 'vipmount=' "$MODP/module.prop" | cut -d= -f2)" == 1 ] && overlayrw "$TV" >> "$MODP/log.txt" 2>> "$MODP/log.txt"
done

mount -t overlay > $MODP/overlay.txt

0 comments on commit fa93d80

Please sign in to comment.