created scripts used to start/stop alfresco

This commit is contained in:
cagache
2018-06-28 15:15:11 +03:00
parent 00764ab587
commit 60062849b5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo $IMAGES_TO_BE_DELETED
echo "List all images:"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e # exit if commands fails
set -x # trace what gets exe

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e # exit if commands fails
set -x # trace what gets exe