fff-babel-bird2: prevent error message on revert #280

Closed
fbl wants to merge 1 commits from fbl/firmware:bird-no-revert-error into master
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
}