From eb739c806d1c69d7661b8c449b559256a0d436db Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 27 Nov 2024 03:49:04 +0100 Subject: [PATCH] Simplify xaseco command handling --- .../Software/docker/services/trackmania/xaseco-entrypoint.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/Common/Software/docker/services/trackmania/xaseco-entrypoint.sh b/scripts/Common/Software/docker/services/trackmania/xaseco-entrypoint.sh index 765ad87f..fff0513c 100755 --- a/scripts/Common/Software/docker/services/trackmania/xaseco-entrypoint.sh +++ b/scripts/Common/Software/docker/services/trackmania/xaseco-entrypoint.sh @@ -174,6 +174,4 @@ if [ -n "$X1_DISABLED_PLUGINS" ]; then done fi -if [ "$1" != "download" ]; then - $@ -fi +$@