From 479c9c5a780ada49e2b696b7729f1b4d4bfcc499 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 3 Jun 2013 11:22:33 +0300 Subject: [PATCH] added spaces --- upd/convert-templates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upd/convert-templates.sh b/upd/convert-templates.sh index 7d5952ca7..32245bd59 100755 --- a/upd/convert-templates.sh +++ b/upd/convert-templates.sh @@ -122,7 +122,7 @@ if [ -e "$TPL/nginx" ]; then check_symlink=$(grep disable_symlinks $TPL/nginx/$tpl) if [ -z "$check_symlink" ]; then insert='disable_symlinks if_not_owner from=%docroot%;' - sed -i "s/include %/$insert\n\ninclude %/" $TPL/nginx/$tpl + sed -i "s/include %/$insert\n\n include %/" $TPL/nginx/$tpl triggered='yes' fi done