minor, remove unnecessary '/'

This commit is contained in:
neil 2016-04-05 21:17:04 +08:00
parent 281aa3497f
commit 8a144f4d97
1 changed files with 1 additions and 1 deletions

2
le.sh
View File

@ -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