Mercurial > public > ssdt-docker
comparison compose2/preview/setup.sh @ 134:48c5b742016c
DEP-12: correct guard expression on integration keys
author | smith@nwoca.org |
---|---|
date | Mon, 08 May 2017 22:41:49 +0100 |
parents | a095257a342b |
children |
comparison
equal
deleted
inserted
replaced
133:1e37ed533797 | 134:48c5b742016c |
---|---|
30 if [ ! -e "docker-compose.yml" ] ; then | 30 if [ ! -e "docker-compose.yml" ] ; then |
31 cp $base/usxs-template.yml ./docker-compose.yml | 31 cp $base/usxs-template.yml ./docker-compose.yml |
32 echo "created default docker-compose.yml" | 32 echo "created default docker-compose.yml" |
33 fi | 33 fi |
34 | 34 |
35 if [ "$USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_APPLICATIONID" == "" ] | 35 if [ "$USAS_APPLICATIONID" == "" ] |
36 then | 36 then |
37 read -e -p "Generate USAS and USPS integration config? <Y/n> " answer | 37 read -e -p "Generate USAS and USPS integration config? <Y/n> " answer |
38 case $answer in | 38 case $answer in |
39 y | Y | yes | YES ) answer="y";; | 39 y | Y | yes | YES ) answer="y";; |
40 n | N | no | NO ) answer="n";; | 40 n | N | no | NO ) answer="n";; |