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.
This commit is contained in:
parent
62ed2560e4
commit
972604f156
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export DJANGO_SETTINGS_MODULE="settings"
|
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
|
## There are several different ways you can run the server, read the
|
||||||
## description for each and uncomment the desired mode.
|
## description for each and uncomment the desired mode.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue