diff --git a/NoSQL/ce-sec/sec/setup-http-proxy-sec.sh b/NoSQL/ce-sec/sec/setup-http-proxy-sec.sh index 4fbbda11f..bac9257f6 100644 --- a/NoSQL/ce-sec/sec/setup-http-proxy-sec.sh +++ b/NoSQL/ce-sec/sec/setup-http-proxy-sec.sh @@ -3,6 +3,8 @@ # Copyright (c) 2022, 2024 Oracle and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ +set -e + if [ -d /kvroot/proxy/ ] ; then echo "Reusing existing configuration" exit 0;