Skip to content

Commit 85d3890

Browse files
author
Ben Honda
authored
fix: typo in entrypoint file
1 parent 154cffe commit 85d3890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backwork/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ back_up_mongo() {
192192
return
193193
fi
194194

195-
if [[ -z "${MONGO_URI}" ]]
195+
if [[ -z "${MONGO_HOST}" ]]
196196
then
197197
echo "MONGO_HOST is not specified, skipping."
198198
else

0 commit comments

Comments
 (0)