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

View File

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