--cert-path issue fix

This commit is contained in:
Samuel Huang
2021-08-30 15:13:28 +10:00
parent 9d7b53592b
commit 59b1e0b532

2
run.sh
View File

@@ -38,7 +38,7 @@ while true ; do
shift 2 shift 2
;; ;;
-c|--cert-path) -c|--cert-path)
CERTPATH+="$2" CERTPATH+=("$2")
shift 2 shift 2
;; ;;
-i|--stdin) -i|--stdin)