Skip to content

Commit 5ed4b5a

Browse files
committed
Issue #8: bad link on /usr/bin/apache2-foreground
1 parent 48542e7 commit 5ed4b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

7.1/scripts/apache2-foreground

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ _gotpl() {
1111
process_templates() {
1212
_gotpl "vhost.conf.tmpl" "/etc/apache2/sites-enabled/000-default.conf"
1313
_gotpl "ssmtp.conf.tmpl" "/etc/ssmtp/ssmtp.conf"
14-
_gotpl "docker-php.ini.tmpl" "/etc/php/7.2/apache2/conf.d/zzz-docker-php.ini"
14+
_gotpl "docker-php.ini.tmpl" "/etc/php/7.1/apache2/conf.d/zzz-docker-php.ini"
1515
if [ 1 == "$XDEBUG_ENABLED" ]; then
16-
_gotpl "xdebug.ini.tmpl" "/etc/php/7.2/apache2/conf.d/20-xdebug.ini"
16+
_gotpl "xdebug.ini.tmpl" "/etc/php/7.1/apache2/conf.d/20-xdebug.ini"
1717
fi
1818
}
1919

0 commit comments

Comments
 (0)