From f741228dff23ae96f9953fd622ee12aa8d57e3c2 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 15 Aug 2018 21:51:18 -0400 Subject: [PATCH] Fix line endings and shit --- build/tgs.docker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/tgs.docker.sh b/build/tgs.docker.sh index ac9a5d2151..f397e9b9b5 100755 --- a/build/tgs.docker.sh +++ b/build/tgs.docker.sh @@ -1,5 +1,6 @@ #!/bin/sh +mkdir /config_data cp -r /config_data/* ./ -exec dotnet Tgstation.Server.Host.Console.dll +exec dotnet Tgstation.Server.Host.Console.dll "$@"