From 87e11835d6a1dbb77cc3d3e55dfb4f6b970c2d98 Mon Sep 17 00:00:00 2001 From: Dct Mei Date: Wed, 25 Mar 2020 15:24:49 +0800 Subject: [PATCH] Symbol revision --- install-release.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install-release.sh b/install-release.sh index afe4de8..d73a075 100644 --- a/install-release.sh +++ b/install-release.sh @@ -135,17 +135,17 @@ if [[ "$#" -gt '0' ]]; then ;; '-p' | '--proxy') case "$2" in - http://*) + 'http://'*) ;; - https://*) + 'https://'*) ;; - socks4://*) + 'socks4://'*) ;; - socks4a://*) + 'socks4a://'*) ;; - socks5://*) + 'socks5://'*) ;; - socks5h://*) + 'socks5h://'*) ;; *) echo 'error: Please specify the correct proxy server address.'