Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrbr404 <166065505+grbr404@users.noreply.github.com>2025-05-12 17:24:09 +0200
committerGitHub <noreply@github.com>2025-05-12 17:24:09 +0200
commit7dd0a4a68feb29bcea2d15fe0a6b2b76b5f32cb5 (patch)
treeb66ee0d9c930c38d3bf20884f6fa212bf0cfff7c
parent9d30cbd22a3f78efb6984a347630d8d601002bc1 (diff)
Update run-client.sh
added exit to run-client because it has no reason to run after starbound is started
-rwxr-xr-xscripts/ci/linux/run-client.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/linux/run-client.sh b/scripts/ci/linux/run-client.sh
index 29ed124..18838e3 100755
--- a/scripts/ci/linux/run-client.sh
+++ b/scripts/ci/linux/run-client.sh
@@ -15,4 +15,4 @@ fi
cd "`dirname \"$0\"`"
-LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" ./starbound "$@"
+LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" ./starbound "$@" & exit