Correction d'une erreur de variable

This commit is contained in:
root 2020-04-22 00:37:40 +02:00
parent 5a36e39c29
commit 99741356a2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ while true ; do
shift 2 shift 2
;; ;;
--cadir) --cadir)
CADIR=/tmp/demoCA CADIR="${2}"
shift 2 shift 2
;; ;;
--cn) --cn)