From 6746143b364a24bb3f59a04f51874b6581930c88 Mon Sep 17 00:00:00 2001 From: Gapodo Date: Tue, 6 Dec 2022 11:50:35 +0100 Subject: [PATCH] build... --- docker/map-binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/map-binaries.sh b/docker/map-binaries.sh index a7c2964413..79191d1927 100755 --- a/docker/map-binaries.sh +++ b/docker/map-binaries.sh @@ -21,7 +21,7 @@ if [ "${RENAME}" == "false" ]; then OUTFILENAME="${FILEBASENAME}" else # not using elif as busybox can't handle it... - if ["${RENAME}" == "true" ]; then + if [ "${RENAME}" == "true" ]; then OUTFILENAME="gitea" else OUTFILENAME="${RENAME}"