From 080d3d32226802edd43720c7c40727a54fc5478c 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 +$@