We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffbf03 commit 1d6fc0fCopy full SHA for 1d6fc0f
1 file changed
scripts/snappy.sh
@@ -204,12 +204,6 @@ CONFIG="${CONFIGFOLDER}/application.ini"
204
OPTS="--no-check-certificate"
205
if [ "$WEBSERVER_HTTP_ENABLED" == "yes" ]; then OPTS="--no-hsts" ; fi
206
207
-# Add proxy options to wget if proxy is configured
208
-if [ ! -z "$PROXY_HOST" -a ! -z "$PROXY_PORT" ] ; then
209
- OPTS="${OPTS} --proxy=on --http-proxy=$HTTP_PROXY --https-proxy=$HTTPS_PROXY"
210
- echo "===> Using proxy for SnappyMail admin setup: $PROXY_HOST:$PROXY_PORT"
211
-fi
212
-
213
while [ ! -f "$PASS" ] ; do
214
# get it...
215
wget -q ${OPTS} "$WEBPROTO://$HOSTNAME/?admin" -O /dev/null
0 commit comments