Skip to content

Commit 945935d

Browse files
authored
Merge pull request #22 from devilbox/release-0.27
Refs cytopia/devilbox#431 Fix sourcing of global vhost-gen template
2 parents 9d568be + 4e547c1 commit 945935d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ fi
141141
###
142142
### Copy custom vhost-gen template
143143
###
144-
vhost_gen_copy_custom_template "${VHOST_GEN_CUST_DIR}" "${VHOST_GEN_DIR}" "apache22.yml" "${DEBUG_LEVEL}"
144+
vhost_gen_copy_custom_template "${VHOST_GEN_CUST_DIR}" "${VHOST_GEN_DIR}" "apache24.yml" "${DEBUG_LEVEL}"
145145

146146

147147
###

0 commit comments

Comments
 (0)