Downgrade shell scripts from bash to POSIX shell

Stardog version: 5.0.2

Shell scripts in the bin directory of the binary distribution assume a bash shell: that makes it difficult to start Stardog in stripped environments, like Alpine-based Docker images.

Downgrading to POSIX shell would make the scripts more portable.

1 Like