Skip to content

Commit 833b07b

Browse files
committed
Update
1 parent 4f8491f commit 833b07b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/assets/home/etc/start-early.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ source language 2>/dev/null
55
unset shell_progres
66

77
# Dọn dẹp tmp
8-
[ -d "$TMPDIR" ] && rm -fr $TMPDIR/* &
9-
rm -fr $START_DIR/cache/* $TEMP/documents $TEMP/WebView &
8+
find "$TMPDIR" -maxdepth 1 ! -path "$TMPDIR" ! -name '*.log' -exec rm -rf {} + &
9+
rm -fr $TEMP/documents $TEMP/WebView &
1010

1111
(
1212
if checkonline; then

0 commit comments

Comments
 (0)