diff options
author | grbr404 <166065505+grbr404@users.noreply.github.com> | 2025-05-12 17:24:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-12 17:24:09 +0200 |
commit | 7dd0a4a68feb29bcea2d15fe0a6b2b76b5f32cb5 (patch) | |
tree | b66ee0d9c930c38d3bf20884f6fa212bf0cfff7c /scripts/ci | |
parent | 9d30cbd22a3f78efb6984a347630d8d601002bc1 (diff) |
Update run-client.sh
added exit to run-client because it has no reason to run after starbound is started
Diffstat (limited to 'scripts/ci')
-rwxr-xr-x | scripts/ci/linux/run-client.sh | 2 |
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 |