comparison prod/setup.sh @ 341:9735d4fef9c5 production v2.7.0

flow: Merged <release> '2.7.0' to <master> ('production').
author aldrich@ssdt-ohio.org
date Mon, 04 May 2020 19:13:14 +0100
parents 748b0e2204dc
children
comparison
equal deleted inserted replaced
327:44ccc79ca501 341:9735d4fef9c5
5 # 5 #
6 # /data/preview/sampletown $ /ssdt/compose2/preview/setup.sh [usas,usps...] 6 # /data/preview/sampletown $ /ssdt/compose2/preview/setup.sh [usas,usps...]
7 # 7 #
8 # Will create a docker-compose.yml and .env file with default settings. 8 # Will create a docker-compose.yml and .env file with default settings.
9 # 9 #
10 # 10 # Put back in default on 5/4/2020
11 source "$(dirname "${BASH_SOURCE[0]}")/../scripts/.functions.sh" 11 source "$(dirname "${BASH_SOURCE[0]}")/../scripts/.functions.sh"
12 12
13 md5calc() { 13 md5calc() {
14 md5sum ${1} ; 14 md5sum ${1} ;
15 } 15 }