Files
kami-parse-server/bootstrap.sh
Julian Dax 431cb94ae3 Use #!/bin/bash instead of #!/bin/sh (#6062)
The script uses double square brackets, which are a non-standard extension to `[]`. Some shells (e.g. dash, the default shell under Debian) do not support double square brackets. The shebang line should reflect that.
2019-09-18 22:39:27 -07:00

4.8 KiB
Executable File