build...
parent
464d02d447
commit
6746143b36
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue