Fix arg error in cert gen
This commit is contained in:
parent
5dede9dc95
commit
04e3e867cb
|
@ -13,7 +13,7 @@ if [ ! -z "$1" ]; then
|
|||
HDD_DIR="${HDD_DIR_BASE}/$1"
|
||||
fi
|
||||
DAYS=99999
|
||||
if [ ! -z "$1" ]; then
|
||||
if [ ! -z "$2" ]; then
|
||||
DAYS=$2
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user