Skip to content

Commit a45f0ff

Browse files
committed
A30: post-fs-data: Remove module log on start
1 parent 12095f3 commit a45f0ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

A30/Module/post-fs-data.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/system/bin/sh
22
MODDIR=${0%/*}
3+
rm "$MODDIR/postFsData.log"
34
echo "Init" >> "$MODDIR/postFsData.log"
45

56
LIBPATH="/vendor/lib"

0 commit comments

Comments
 (0)