# HG changeset patch # User smith@nwoca.org # Date 1494279709 -3600 # Node ID 48c5b742016c6061598ae15e6aa11749a14db30d # Parent 1e37ed5337977047c1a5b0d352e726076e147d98 DEP-12: correct guard expression on integration keys diff -r 1e37ed533797 -r 48c5b742016c compose2/preview/setup.sh --- 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? " answer case $answer in