silence an error message
This commit is contained in:
parent
f111af408f
commit
5305c9a344
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ do
|
|||
mv currentlobby.log oldlobby.log > /dev/null 2>&1
|
||||
ln -s logs/wesnothd.$DATE.$REV.log current.log
|
||||
ln -s logs/lobby.$DATE.$REV.log currentlobby.log
|
||||
mv gmon.out gmon.$DATE.out
|
||||
mv gmon.out gmon.$DATE.out > /dev/null 2>&1
|
||||
# wait a bit so the server is likely up and listening
|
||||
sleep 1
|
||||
if [ "$SERVER" != "trunk" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue