varnish / docker-varnish

Official docker image
https://hub.docker.com/_/varnish
82 stars 34 forks source link

populate.sh fails to run on Debian/Ubuntu (/bin/sh linked to dash) #6

Closed stone closed 5 years ago

stone commented 5 years ago

There are some "bashisms" used, like "declare" and some bash arrays so I suggest to change the hash-bang to /bin/bash instead of /bin/sh.

gquintard commented 5 years ago

I'd go for just changing the shebang to /bin/bash, if that's ok with you?

gquintard commented 5 years ago

fixed by 3f19d2d