Skip to content

Commit 479c9c5

Browse files
committed
added spaces
1 parent 31e6c3f commit 479c9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upd/convert-templates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ if [ -e "$TPL/nginx" ]; then
122122
check_symlink=$(grep disable_symlinks $TPL/nginx/$tpl)
123123
if [ -z "$check_symlink" ]; then
124124
insert='disable_symlinks if_not_owner from=%docroot%;'
125-
sed -i "s/include %/$insert\n\ninclude %/" $TPL/nginx/$tpl
125+
sed -i "s/include %/$insert\n\n include %/" $TPL/nginx/$tpl
126126
triggered='yes'
127127
fi
128128
done

0 commit comments

Comments
 (0)