Start moving log files again.

This commit is contained in:
Greg Taylor 2007-05-24 23:46:14 +00:00
parent e1dbdba951
commit 51301d3e3b

View file

@ -1,6 +1,8 @@
#!/bin/bash
export DJANGO_SETTINGS_MODULE="settings"
mv logs/evennia.log logs/evennia.logs.old
## There are several different ways you can run the server, read the
## description for each and uncomment the desired mode.