From 98a234d6f6f7789d8face7e7259fdcd59f6c708e Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 9 Jul 2017 21:06:29 +0200 Subject: [PATCH] templates-default and not template-default --- createlinks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createlinks b/createlinks index 37dcada..1481168 100644 --- a/createlinks +++ b/createlinks @@ -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/etc/e-smith/templates$file/template-begin"); + safe_symlink('/etc/e-smith/templates-default/template-begin-ini', "root/etc/e-smith/templates$file/template-begin"); }