build...
Some checks failed
ci/woodpecker/push/compliance-and-tests Pipeline is pending
ci/woodpecker/push/release-version Pipeline is pending
ci/woodpecker/tag/compliance-and-tests Pipeline was successful
ci/woodpecker/tag/release-version Pipeline failed

This commit is contained in:
gapodo 2022-12-06 11:50:35 +01:00
parent 464d02d447
commit 6746143b36

View file

@ -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}"