Set -e in tgs.sh

This commit is contained in:
Jordan Dominion
2023-06-23 08:41:21 -04:00
parent aac1fbb069
commit 78c425ee12
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
script_full_path=$(dirname "$0")
exec dotnet "$script_full_path/Tgstation.Server.Host.Console.dll" "$@"