Fix indentation in __bird_static.
This commit is contained in:
parent
c4a881140c
commit
5d1c9ff1d8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ printf "protocol static %s {\n" "${__object_id:?}"
|
|||
[ -n "${description?}" ] && printf "\tdescription \"%s\";\n" "${description:?}"
|
||||
|
||||
# Channel choice
|
||||
printf "%s;\n" "$(cat "${__object:?}/parameter/channel")"
|
||||
printf "\t%s;\n" "$(cat "${__object:?}/parameter/channel")"
|
||||
|
||||
# Routes
|
||||
while read -r route
|
||||
|
|
Loading…
Reference in a new issue