This commit is contained in:
2024-11-12 07:39:50 -07:00
parent 77a38d8101
commit 36069d927f
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ function handleStart() {
}
function handleEmptyLogs() {
writeToLog "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): Emptying logs (function ran)"
writeToLog "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): Emptying and touching logs (function ran)"
rm -f $log
touch $log