Add missing argument in postint script

pull/605/head
Emmanuel Papin 2014-11-28 17:14:07 +01:00
parent 6628f29fdc
commit bfb71952fd
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if [ "$1" = "configure" ]; then
fi
apache_install $1
if [ -f /etc/init.d/apache2 ] ; then
invoke-rc.d reload 3>/dev/null || true
invoke-rc.d apache2 reload 3>/dev/null || true
fi
fi
#DEBHELPER#