We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e6c3f commit 479c9c5Copy full SHA for 479c9c5
upd/convert-templates.sh
@@ -122,7 +122,7 @@ if [ -e "$TPL/nginx" ]; then
122
check_symlink=$(grep disable_symlinks $TPL/nginx/$tpl)
123
if [ -z "$check_symlink" ]; then
124
insert='disable_symlinks if_not_owner from=%docroot%;'
125
- sed -i "s/include %/$insert\n\ninclude %/" $TPL/nginx/$tpl
+ sed -i "s/include %/$insert\n\n include %/" $TPL/nginx/$tpl
126
triggered='yes'
127
fi
128
done
0 commit comments