We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8491f commit 833b07bCopy full SHA for 833b07b
1 file changed
app/src/main/assets/home/etc/start-early.bash
@@ -5,8 +5,8 @@ source language 2>/dev/null
5
unset shell_progres
6
7
# Dọn dẹp tmp
8
-[ -d "$TMPDIR" ] && rm -fr $TMPDIR/* &
9
-rm -fr $START_DIR/cache/* $TEMP/documents $TEMP/WebView &
+find "$TMPDIR" -maxdepth 1 ! -path "$TMPDIR" ! -name '*.log' -exec rm -rf {} + &
+rm -fr $TEMP/documents $TEMP/WebView &
10
11
(
12
if checkonline; then
0 commit comments