This commit is contained in:
2025-05-09 13:24:57 -06:00
parent 71479d2b65
commit 4579bd6c90
+1 -1
View File
@@ -629,7 +629,7 @@ elif [[ "$arg" == "update" || "$arg" == "u" ]]; then # update without logouts or
exit
elif [[ "$arg" == "clearlogs" || "$arg" == "cl" || "$arg" == "clear"]]; then
elif [[ "$arg" == "clearlogs" || "$arg" == "cl" || "$arg" == "clear" ]]; then
handleEmptyLogs
exit