fixed path for server.cfg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Niklas 2021-04-12 17:54:51 +02:00
parent ab134d25da
commit 956ac24b36

View File

@ -9,7 +9,7 @@ echo "### Installing / Updateing l4d2 ###"
echo "### Creating config ###"
cd $HOME/server
cp $HOME/server.cfg server.cfg
cp $HOME/server.cfg $HOME/server/left4dead2/cfg/server.cfg
env | awk -F "=" '/^CVAR_/ {sub("CVAR_","",$1); print tolower($1),($2 ~ /^[0-9]+$/)?$2:"\""$2"\""}' > docker_server.cfg