fix stupid typo in regexp

See: #1062
This commit is contained in:
Antoine Beaupré 2007-09-09 19:37:08 +00:00
parent c4a305bd69
commit 1908e3bf27
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ touch /var/run/alternc/refresh_slave
# Apache will not start without this file
touch /var/alternc/apacheconf/override_php.conf
php=`dpkg -l libapache-mod-php* | grep ^ii | sed -e 's/^.*libapache.?-mod-php\(.\).*$/php\1/' | tail -1`
php=`dpkg -l libapache-mod-php* | grep ^ii | sed -e 's/^.*libapache.\?-mod-php\(.\).*$/php\1/' | tail -1`
if [ -x /usr/sbin/apache ]
then
# Enable vhost_alias apache module at the right place (ie: BEFORE mod_alias)