61-beta4.3.6.1

This commit is contained in:
2024-11-13 02:56:09 -07:00
parent cd3f925e23
commit cdae33545f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ elif [ "$arg" == "cron" -o "$arg" == "c" ]; then # full install with warn, sleep
exit
elif [ "$arg" == "clearlogs" -o "$arg" == "cl" -o "$arg" == "clear" ]; then # clear logs
elif [[ "$arg" == "clearlogs" || "$arg" == "cl" || "$arg" == "clear" ]]; then # clear logs
handleEmptyLogs
exit