exporter, c'est bien

This commit is contained in:
Onimaro 2018-05-15 23:48:53 +02:00
parent 044887164b
commit db1b41ea9b
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
GAME_PATH=~/jeux/server_${GAME_NAME}
LOG_PATH=~/logs/${GAME_NAME}
GAME_BIN=${GAME_PATH}/bin/dontstarve_dedicated_server_nullrenderer
GAME_PARAMS=-console -cluster ${serveur}Cluster -shard ${shard}
export GAME_PATH=~/jeux/server_${GAME_NAME}
export LOG_PATH=~/logs/${GAME_NAME}
export GAME_BIN=${GAME_PATH}/bin/dontstarve_dedicated_server_nullrenderer
export GAME_PARAMS=-console -cluster ${serveur}Cluster -shard ${shard}

View File

@ -1,3 +1,3 @@
GAME_NAME='DST'
STEAMCMD=~/steamcmd/steamcmd.sh
GAME_STEAMID=343050
export GAME_NAME='DST'
export STEAMCMD=~/steamcmd/steamcmd.sh
export GAME_STEAMID=343050