diff --git a/cleanImages.sh b/cleanImages.sh index ecda5a8f29..32121dada9 100644 --- a/cleanImages.sh +++ b/cleanImages.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash echo $IMAGES_TO_BE_DELETED echo "List all images:" diff --git a/startAlfresco.sh b/startAlfresco.sh index f3ed3d2008..85dc63a9ff 100644 --- a/startAlfresco.sh +++ b/startAlfresco.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e # exit if commands fails set -x # trace what gets exe diff --git a/stopDockerContainers.sh b/stopDockerContainers.sh index bbdaacc341..bc5b56b2ff 100644 --- a/stopDockerContainers.sh +++ b/stopDockerContainers.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e # exit if commands fails set -x # trace what gets exe