changeset 134:48c5b742016c

DEP-12: correct guard expression on integration keys
author smith@nwoca.org
date Mon, 08 May 2017 22:41:49 +0100
parents 1e37ed533797
children 03e39b95d904
files compose2/preview/setup.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/compose2/preview/setup.sh	Mon May 08 22:39:00 2017 +0100
+++ b/compose2/preview/setup.sh	Mon May 08 22:41:49 2017 +0100
@@ -32,7 +32,7 @@
     echo "created default docker-compose.yml"
 fi
 
-if [ "$USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_APPLICATIONID" == "" ]
+if [ "$USAS_APPLICATIONID" == "" ]
 then
    read -e -p "Generate USAS and USPS integration config? <Y/n> " answer
    case $answer in