From 51301d3e3b26a287135b2ed0cc97b51452f116e2 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Thu, 24 May 2007 23:46:14 +0000 Subject: [PATCH] Start moving log files again. --- startup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/startup.sh b/startup.sh index 85b0a732d8..64e3c21ab3 100755 --- a/startup.sh +++ b/startup.sh @@ -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.