remove $PROXY
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Alexander Lehmann 2023-09-30 19:05:11 +02:00
parent 3df0853621
commit e82651d7e8
1 changed files with 1 additions and 4 deletions

View File

@ -24,8 +24,5 @@ shift
HOST=$(echo "$USER"|sed 's/.*@//')
PROXY=
#PROXY=-proxy localhost:8118
printf "misfin://%s %s\r\n" "$USER" "$*" | openssl s_client -cert "$KEY" -quiet $PROXY -connect "$HOST:$PORT"
printf "misfin://%s %s\r\n" "$USER" "$*" | openssl s_client -cert "$KEY" -quiet -connect "$HOST:$PORT"