This commit is contained in:
Bohan Yang
2021-01-10 02:30:48 +00:00
committed by GitHub
parent 732d3092c4
commit 4efa765cfd
+3
View File
@@ -125,6 +125,9 @@ while [ $# -gt 0 ]; do
mirror_protocol=$2 mirror_protocol=$2
shift shift
;; ;;
--https)
mirror_protocol=https
;;
--mirror-host) --mirror-host)
mirror_host=$2 mirror_host=$2
shift shift