WIP: try to fix issues with bird configuration

This commit is contained in:
Fabian Bläse 2021-04-19 18:16:23 +02:00
parent 9713449f65
commit 1a7b97f089
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ babel_remove_custom_redistribute_filters() {
babel_apply() {
# error output hidden because apply might be executed without a preceding configure step.
mv /tmp/bird-babel /etc/bird-babel 2>/dev/null
mv -T /tmp/bird-babel /etc/bird-babel 2>/dev/null
return 0
}