Skip to content

Commit 1efb2d4

Browse files
committed
Set proper environment variable
1 parent 789aa96 commit 1efb2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/assets/defaults/10-db-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ SKIP_AVAILABILITY_CHECK=${SKIP_AVAILABILITY_CHECK:-"FALSE"}
2424
SPLIT_DB=${SPLIT_DB:-"TRUE"}
2525
TEMP_LOCATION=${TEMP_LOCATION:-"/tmp/backups"}
2626

27-
if [ -n "${MONGO_CUSTOM_URI}" ]; then MONGO_DB_TYPE="atlas" ; fi
27+
if [ -n "${MONGO_CUSTOM_URI}" ]; then MONGO_HOST_TYPE="atlas" ; fi

0 commit comments

Comments
 (0)