Browse Source

minor, remove unnecessary '/'

neil 9 years ago
parent
commit
8a144f4d97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      le.sh

+ 1 - 1
le.sh

@@ -666,7 +666,7 @@ _initpath() {
   fi
   
   if [ -z "$APACHE_CONF_BACKUP_DIR" ] ; then
-    APACHE_CONF_BACKUP_DIR="$LE_WORKING_DIR/"
+    APACHE_CONF_BACKUP_DIR="$LE_WORKING_DIR"
   fi
   
   if [ -z "$USER_AGENT" ] ; then