Merge "Added recursive for deletion of $OVN_RUNDIR"

This commit is contained in:
Zuul 2023-02-17 16:30:07 +00:00 committed by Gerrit Code Review
commit 45ef5741f2
1 changed files with 1 additions and 1 deletions

View File

@ -816,5 +816,5 @@ function cleanup_ovn {
_cleanup $ovs_path
fi
sudo rm -f $OVN_RUNDIR
sudo rm -rf $OVN_RUNDIR
}