We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1673c commit f5d2b97Copy full SHA for f5d2b97
kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/wdt/create-domain-script.sh
@@ -101,9 +101,7 @@ function install_wdt {
101
while [ $curl_res -ne 0 -a $count -lt $max ] ; do
102
sleep 10
103
count=`expr $count + 1`
104
- echo "before entering proxy"
105
- for proxy in "${https_proxy}" "${https_proxy2}"; do
106
- echo "inside for loop"
+ for proxy in "${https_proxy}" "${https_proxy2}"; do
107
echo @@ "Info: Downloading $WDT_INSTALL_ZIP_URL with https_proxy=\"$proxy\""
108
https_proxy="${proxy}" \
109
curl --silent --show-error --connect-timeout 10 -O -L $WDT_INSTALL_ZIP_URL
0 commit comments