mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
added spaces
This commit is contained in:
parent
31e6c3f9eb
commit
479c9c5a78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue