From 1e2ce910c2da2ac0fe2f2149e847171221bd289d Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 27 Nov 2024 03:48:43 +0100 Subject: [PATCH] Silence unnecessary output --- .../Software/docker/services/trackmania/xaseco-entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Common/Software/docker/services/trackmania/xaseco-entrypoint.sh b/scripts/Common/Software/docker/services/trackmania/xaseco-entrypoint.sh index bc29ed94..765ad87f 100755 --- a/scripts/Common/Software/docker/services/trackmania/xaseco-entrypoint.sh +++ b/scripts/Common/Software/docker/services/trackmania/xaseco-entrypoint.sh @@ -157,7 +157,6 @@ for i in $(seq 0 2 $((${#dediOptions[@]} - 1))); do done if [ -n "$X1_EXTRA_PLUGINS" ]; then - echo "adding plugins: $X1_EXTRA_PLUGINS" for plugin in $X1_EXTRA_PLUGINS; do xmlstarlet edit --inplace --subnode "$pluginPath" --type elem -n "$pluginTag" --value "$plugin" "$pluginConfig" done