mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Set -e in tgs.sh
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/sh -e
|
||||
|
||||
script_full_path=$(dirname "$0")
|
||||
exec dotnet "$script_full_path/Tgstation.Server.Host.Console.dll" "$@"
|
||||
|
||||
Reference in New Issue
Block a user