From 97ad5567e8b0bce04f8b788009bd92baa20d6ca6 Mon Sep 17 00:00:00 2001 From: Felix Althaus Date: Tue, 30 Jul 2024 14:11:02 +0200 Subject: [PATCH] [BUGFIX] Remove notes from shellcheck, too Fixes #1398 --- Build/Scripts/runTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 7281af0..6179a57 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -323,7 +323,7 @@ CONTAINER_INTERACTIVE="-it --init" HOST_UID=$(id -u) HOST_PID=$(id -g) USERSET="" -SUFFIX=$(echo $RANDOM) +SUFFIX="$RANDOM" NETWORK="friendsoftypo3-tea-${SUFFIX}" CI_PARAMS="${CI_PARAMS:-}" CONTAINER_HOST="host.docker.internal"