Fix indentation in __bird_static.

This commit is contained in:
sparrowhawk 2021-05-12 12:32:39 +02:00
parent c4a881140c
commit 5d1c9ff1d8
No known key found for this signature in database
GPG Key ID: 6778C9C29C02D691
1 changed files with 1 additions and 1 deletions

View File

@ -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