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