From 60062849b5ead8a3371e49d29c4eaca1e8ade466 Mon Sep 17 00:00:00 2001 From: cagache Date: Thu, 28 Jun 2018 15:15:11 +0300 Subject: [PATCH] created scripts used to start/stop alfresco --- cleanImages.sh | 2 +- startAlfresco.sh | 2 +- stopDockerContainers.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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