mirror of
https://github.com/MUnique/OpenMU
synced 2026-08-15 14:32:19 -04:00
added shebang to bash script
This commit is contained in:
parent
eb957db356
commit
7aef8e41f8
1 changed files with 2 additions and 0 deletions
2
dev.sh
2
dev.sh
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
function generate_certificates {
|
||||
docker run --rm --entrypoint "" \
|
||||
-v $PWD/certificates:/certificates \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue