Skip to content

Commit

Permalink
Update to fix lint check error
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-vega committed Dec 4, 2024
1 parent 671f318 commit 949e72b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NoSQL/ce-sec/sec/setup-http-proxy-sec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 949e72b

Please sign in to comment.