From 5d1c9ff1d835f753a761db0386f75618f31adf9b Mon Sep 17 00:00:00 2001 From: Joachim Desroches Date: Wed, 12 May 2021 12:32:39 +0200 Subject: [PATCH] Fix indentation in __bird_static. --- type/__bird_static/files/template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type/__bird_static/files/template.sh b/type/__bird_static/files/template.sh index e95fa55..2a69daf 100755 --- a/type/__bird_static/files/template.sh +++ b/type/__bird_static/files/template.sh @@ -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