updated library and added delmsgs.txt to touch command

This commit is contained in:
celso 2023-03-31 01:57:39 -03:00
parent 39d7bafc2d
commit a160ffe2b0
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 703351e14a5b98b64db055d792390fbf7e4da66e
Subproject commit a899fc0917b254ddc050f916c0479507aa8373fe

3
bot.sh
View File

@ -15,10 +15,11 @@ bot_tmpdir="/tmp/tpdnsbot/"
}
}
files=( "updates.txt" "sentmsgs.txt" "error.log" )
files=( "updates.txt" "sentmsgs.txt" "delmsgs.txt" "error.log" )
for i in "${files[@]}"; do
touch "${bot_tmpdir}${i}"
done
unset files
exec 2>>"${bot_tmpdir}/error.log"