diff --git a/jessie/alternc.install b/jessie/alternc.install index 367c0381..95060b7c 100644 --- a/jessie/alternc.install +++ b/jessie/alternc.install @@ -301,9 +301,9 @@ if [ -x /usr/sbin/apache2 ]; then a2dismod vhost_alias s="apache2" fi - if ! [ -L /etc/apache2/mods-enabled/$php.load ] + if ! [ -L /etc/apache2/mods-enabled/php$php.load ] then - a2enmod $php + a2enmod php$php fi if ! [ -L /etc/apache2/mods-enabled/rewrite.load ] then