Skip to content

Commit 44b7ef8

Browse files
authored
add debug message
1 parent cb72152 commit 44b7ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ fi
2121
# In case you wanted to keep the template vcl files in a read-only volume, use /varnish-config to store them
2222

2323
if [ -d /varnish-config ] && [ $(find /varnish-config -type f -name "*.vcl" | wc -l) -ne 0 ] ; then
24+
echo "Found /varnish-config volume templates. Will now copy them to /etc/varnish"
2425
rm -rf /etc/varnish
2526
cp -pr /varnish-config /etc/varnish
2627
chown -R varnish:varnish /etc/varnish

0 commit comments

Comments
 (0)