added shebang to bash script

This commit is contained in:
sven-n 2021-07-10 10:09:55 +02:00
parent eb957db356
commit 7aef8e41f8

2
dev.sh
View file

@ -1,3 +1,5 @@
#!/bin/bash
function generate_certificates {
docker run --rm --entrypoint "" \
-v $PWD/certificates:/certificates \