Skip to content

Commit

Permalink
more bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Jul 17, 2017
1 parent 65380e6 commit 483a01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configBuilder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ elif [ ${BURNMOUNT} == "hybrid" ]; then
echo " you'll want to point it to a config that has no \"secrets\""
echo ""
echo "To do this, point an environment variable at the alternate location (created by this script):"
echo " export ALTCFG=`realpath ConfigNoSecrets`"
echo " export ALTCFG=ConfigNoSecrets"
echo ""
echo " docker build --rm -t my/shibb-idp-tier --build-arg TOMCFG=${ALTCFG}/config/tomcat \\
--build-arg TOMLOG=${ALTCFG}/logs/tomcat \\
Expand Down

0 comments on commit 483a01b

Please sign in to comment.