Fix template-begin links

This commit is contained in:
Daniel Berteaud 2017-07-09 20:55:40 +02:00
parent 17cf6724ee
commit a282212291
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ foreach my $file qw( /etc/php-fpm.conf
/etc/opt/remi/php71/php-fpm.d/www.conf
/etc/opt/remi/php71/php-fpm.d/shares.conf ){
templates2events($file, qw(webapps-update bootstrap-console-save));
safe_symlink('/etc/e-smith/template-default/template-begin-ini', "root$file");
safe_symlink('/etc/e-smith/template-default/template-begin-ini', "root/etc/e-smith/templates$file/template-begin");
}