diff --git a/bashbot-lib b/bashbot-lib index 601128b..0c5b3d3 160000 --- a/bashbot-lib +++ b/bashbot-lib @@ -1 +1 @@ -Subproject commit 601128b8561c1b5d112eba8cf28878f25440b0e1 +Subproject commit 0c5b3d36c85628ef2cda22cc07a1a0aa0958088e diff --git a/bot.sh b/bot.sh index 3729e14..5095bd7 100755 --- a/bot.sh +++ b/bot.sh @@ -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"