From 972604f1566ff13824c2b9c6e1461e76733fae89 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Sun, 27 May 2007 16:59:41 +0000 Subject: [PATCH] Add -f to the mv for evennia.log. This is a stupid little commit for me to test forwarding commit messages to the Google group. --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index 64e3c21ab..a40e301df 100755 --- a/startup.sh +++ b/startup.sh @@ -1,7 +1,7 @@ #!/bin/bash export DJANGO_SETTINGS_MODULE="settings" -mv logs/evennia.log logs/evennia.logs.old +mv -f 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.