From 09cf83c31b0c4e456055add7d21886abb4ef4f13 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Sat, 1 Oct 2022 20:03:35 +0200 Subject: [PATCH] Typo --- scripts/core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core.sh b/scripts/core.sh index c3b14d3..3daf663 100755 --- a/scripts/core.sh +++ b/scripts/core.sh @@ -157,7 +157,7 @@ if [[ $PUBLISH_MODE -eq 1 ]]; then # WORKER msg "running ./build.sh -I worker -$BUILDOPT -t $TAG-worker" - ./build.sh -I webserver -$BUILDOPT -t "$TAG-worker" + ./build.sh -I worker -$BUILDOPT -t "$TAG-worker" ./run-unit.sh $VERBOPT -t "$TAG-worker"