Skip to content

Commit 949e72b

Browse files
committed
Update to fix lint check error
1 parent 671f318 commit 949e72b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NoSQL/ce-sec/sec/setup-http-proxy-sec.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Copyright (c) 2022, 2024 Oracle and/or its affiliates.
44
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
55

6+
set -e
7+
68
if [ -d /kvroot/proxy/ ] ; then
79
echo "Reusing existing configuration"
810
exit 0;

0 commit comments

Comments
 (0)