fff-babel-bird2: prevent error message on revert

When reverting configured settings, it is not an error if no temporary
directory for bird babel peers has been created.

Use rm -rf to prevent an error message and early exit of
configure-layer3 scripts.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Johannes Kimmel <fff@bareminimum.eu>
This commit is contained in:
Fabian Bläse 2023-02-21 23:46:42 +01:00
parent 20e38395a2
commit 444cee2819
1 changed files with 1 additions and 1 deletions

View File

@ -68,5 +68,5 @@ babel_reload_implementation() {
}
babel_revert() {
rm -r /tmp/bird/fff
rm -rf /tmp/bird/fff
}