fix httpdconfname to be the basename

This commit is contained in:
neil 2016-04-05 19:10:56 +08:00
parent d62ee94019
commit c456d9543f
1 changed files with 1 additions and 0 deletions

1
le.sh
View File

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