From 611f6877392d56945d2037c916d981c7b68654da Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 30 Jan 2016 21:14:41 +0800 Subject: [PATCH] dnsapi folder --- le.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/le.sh b/le.sh index d8a4a81f..c4437822 100755 --- a/le.sh +++ b/le.sh @@ -627,7 +627,12 @@ issue() { d_api="$WORKING_DIR/$Le_Webroot" elif [ -f "$WORKING_DIR/$Le_Webroot.sh" ] ; then d_api="$WORKING_DIR/$Le_Webroot.sh" + elif [ -f "$WORKING_DIR/dnsapi/$Le_Webroot" ] ; then + d_api="$WORKING_DIR/dnsapi/$Le_Webroot" + elif [ -f "$WORKING_DIR/dnsapi/$Le_Webroot.sh" ] ; then + d_api="$WORKING_DIR/dnsapi/$Le_Webroot.sh" fi + _debug d_api "$d_api" if [ "$d_api" ]; then _info "Found domain api file: $d_api"