Skip to content

Commit 5b64288

Browse files
committed
fix(docker): boltdb path
1 parent a881f3f commit 5b64288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/docker/common/semaphore-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ EOF
9292

9393
if [ "${SEMAPHORE_DB_DIALECT}" = "bolt" ]; then
9494
cat << EOF >> "${SEMAPHORE_TMP_PATH}/config.stdin"
95-
${SEMAPHORE_DB_PATH}
95+
${SEMAPHORE_DB_PATH}/database.boltdb
9696
EOF
9797
else
9898
cat << EOF >> "${SEMAPHORE_TMP_PATH}/config.stdin"

0 commit comments

Comments
 (0)