diff --git a/slurm-on-gke/image/docker-entrypoint.sh b/slurm-on-gke/image/docker-entrypoint.sh index 66ebac5d6..a9e7e36de 100644 --- a/slurm-on-gke/image/docker-entrypoint.sh +++ b/slurm-on-gke/image/docker-entrypoint.sh @@ -1,3 +1,4 @@ +#!/bin/bash # MIT License # Copyright (c) 2019 Giovanni Torres @@ -20,7 +21,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -#!/bin/bash set -euo pipefail function start_munge(){ @@ -143,4 +143,4 @@ then else exec "$@" -fi \ No newline at end of file +fi