mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
created scripts used to start/stop alfresco
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo $IMAGES_TO_BE_DELETED
|
echo $IMAGES_TO_BE_DELETED
|
||||||
echo "List all images:"
|
echo "List all images:"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -e # exit if commands fails
|
set -e # exit if commands fails
|
||||||
set -x # trace what gets exe
|
set -x # trace what gets exe
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -e # exit if commands fails
|
set -e # exit if commands fails
|
||||||
set -x # trace what gets exe
|
set -x # trace what gets exe
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user