Forgot to add "exit" if a connection cannot be established due to secure connection issues.
pull/444/head
donluca 2 years ago committed by GitHub
parent 8f0a07d593
commit 0a9c6fb524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      getsysex.sh

@ -53,6 +53,7 @@ case $? in
CURL_OPTIONS+=" --insecure"
else
echo "Error establishing secure connection"
exit 2
fi
;;
*)

Loading…
Cancel
Save