From a28b3a653cdb8fd9cf041365ae6e488d8bbd07ad Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 30 Jan 2016 22:51:36 +0800 Subject: [PATCH] install dnsapi --- le.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/le.sh b/le.sh index a612241..768efcf 100755 --- a/le.sh +++ b/le.sh @@ -1037,7 +1037,8 @@ install() { rm -f $WORKING_DIR/le ln -s $WORKING_DIR/le.sh $WORKING_DIR/le - cp -r dnsapi $WORKING_DIR/dnsapi + mkdir -p $WORKING_DIR/dnsapi + cp dnsapi/* $WORKING_DIR/dnsapi/ installcronjob