Browse Source

fix httpdconfname to be the basename

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

+ 1 - 0
le.sh

@@ -726,6 +726,7 @@ _apachePath() {
   httpdconfname="$(apachectl -V | grep SERVER_CONFIG_FILE= | cut -d = -f 2 | tr -d '"' )"
   if [[ "$httpdconfname" == '/'* ]] ; then
     httpdconf="$httpdconfname"
+    httpdconfname="$(basename $httpdconfname)"
   else
     httpdroot="$(apachectl -V | grep HTTPD_ROOT= | cut -d = -f 2 | tr -d '"' )"
     httpdconf="$httpdroot/$httpdconfname"