fix issue

This commit is contained in:
neil 2015-12-26 23:12:17 +08:00
parent 7843572136
commit 72775c5ad9
1 changed files with 8 additions and 13 deletions

7
le.sh
View File

@ -233,17 +233,12 @@ _initpath() {
mkdir -p $WORKING_DIR/$domain
if [ -z "$CSR_PATH" ] ; then
CSR_PATH=$WORKING_DIR/$domain/$domain.csr
fi
if [ -z "$CERT_KEY_PATH" ] ; then
CERT_KEY_PATH=$WORKING_DIR/$domain/$domain.key
fi
if [ -z "$CERT_PATH" ] ; then
CERT_PATH=$WORKING_DIR/$domain/$domain.cer
fi
}