From 4c1e55841309de61bb3ac5852f33d32b546a2bf9 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 10 Jan 2016 10:49:12 +0800 Subject: [PATCH] minor --- le.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/le.sh b/le.sh index c67100c6..4c76aeb2 100755 --- a/le.sh +++ b/le.sh @@ -1,6 +1,6 @@ #!/bin/bash - +PROJECT="https://github.com/Neilpang/le" DEFAULT_CA="https://acme-v01.api.letsencrypt.org" DEFAULT_AGREEMENT="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf" @@ -295,7 +295,6 @@ _restoreApache() { cp -p "$APACHE_CONF_BACKUP_DIR/$httpdconfname" "$httpdconf" if ! apachectl -t ; then _err "Sorry, restore apache config error, please contact me." - _restoreApache return 1; fi rm -f "$APACHE_CONF_BACKUP_DIR/$httpdconfname"