bird: print config file with line numbers to improve debugging (#411578)

This commit is contained in:
Sandro
2025-09-27 00:25:01 +00:00
committed by GitHub
+1 -1
View File
@@ -86,7 +86,7 @@ in
checkPhase = optionalString cfg.checkConfig ''
ln -s $out bird.conf
${cfg.preCheckConfig}
bird -d -p -c bird.conf
bird -d -p -c bird.conf || { exit=$?; cat -n bird.conf; exit $exit; }
'';
};