mirror of
https://github.com/ZorgCC/docker-games-scripts.git
synced 2025-02-23 20:01:07 +03:00
5 lines
240 B
Bash
5 lines
240 B
Bash
|
#!/bin/bash
|
||
|
$VALVE_GAME_FOLDER/7DaysToDieServer.x86_64 \
|
||
|
-logfile $VALVE_STEAMCMD_FOLDER/vol/7d2d_output_log__`date +%Y-%m-%d__%H-%M-%S`.txt \
|
||
|
-quit -batchmode -nographics -dedicated -configfile=$VALVE_STEAMCMD_FOLDER/vol/serverconfig.xml
|