fixed a bug in logging.

This commit is contained in:
Storm Dragon
2016-09-07 08:39:08 -04:00
parent 203cf6758c
commit 8314bc2411
2 changed files with 1 additions and 476 deletions

2
bot.sh
View File

@ -110,7 +110,7 @@ do
./modules/$command/$command.sh "$who" "$from" "$will"
;;
*)
echo "$result" | tee -a log
echo "$result" | tee -a "$log"
;;
esac
done