Skip to content

Commit eed7c24

Browse files
committed
fixup! Support zerotouch
1 parent 3957f3f commit eed7c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/showroom-content/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ echo
2929
echo "Original user_data in content/antora.yml"
3030
cat ${WORKDIR}/content/antora.yml
3131

32-
if [ -z ${USER_DATA_FILE} ]; then
32+
if [ -z "${USER_DATA_FILE}" ]; then
3333
echo
3434
echo "USER_DATA_FILE not defined. Falling back to USER_DATA_FILE=/user_data/user_data.yml"
3535
USER_DATA_FILE="/user_data/user_data.yml"

0 commit comments

Comments
 (0)