Commit 72775c5a authored by neil's avatar neil
Browse files

fix issue

parent 78435721
...@@ -233,17 +233,12 @@ _initpath() { ...@@ -233,17 +233,12 @@ _initpath() {
mkdir -p $WORKING_DIR/$domain mkdir -p $WORKING_DIR/$domain
if [ -z "$CSR_PATH" ] ; then
CSR_PATH=$WORKING_DIR/$domain/$domain.csr CSR_PATH=$WORKING_DIR/$domain/$domain.csr
fi
if [ -z "$CERT_KEY_PATH" ] ; then
CERT_KEY_PATH=$WORKING_DIR/$domain/$domain.key CERT_KEY_PATH=$WORKING_DIR/$domain/$domain.key
fi
if [ -z "$CERT_PATH" ] ; then
CERT_PATH=$WORKING_DIR/$domain/$domain.cer CERT_PATH=$WORKING_DIR/$domain/$domain.cer
fi
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment