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 ba007a7 commit 9baabbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/common/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ sleep 1
done

for TV in $(cat /data/overlayfs/tmp/partition); do
[ "$(grep 'vipmount=' "$MODP/module.prop" | cut -d= -f2)" == 1 ] && overlayrw "$TV" >> "$MODP/log.txt"
[ "$(grep 'vipmount=' "$MODP/module.prop" | cut -d= -f2)" == 1 ] && overlayrw "$TV" >> "$MODP/log.txt" 2>> "$MODP/log.txt"
done

0 comments on commit 9baabbf

Please sign in to comment.