From 76e064859c8014b8cb312e4774382ad369b4f324 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Wed, 2 Jun 2021 20:29:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Edeb/service-build.sh=E2=80=9C=20=C3=A4?= =?UTF-8?q?ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deb/service-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/service-build.sh b/deb/service-build.sh index 8355626..437dde9 100644 --- a/deb/service-build.sh +++ b/deb/service-build.sh @@ -32,7 +32,7 @@ fi INSTLOCAL="/usr/local/bin/$NAME" BINARY="$INSTLOCAL/$EXEPATH" -if[[ -z "$RUNNER" ]]; then +if [[ -z "$RUNNER" ]]; then EXEARGUMENTS="$BINARY $EXEARGUMENTS" else RUNNER="$BINARY"