mirror of
https://github.com/containers/podman.git
synced 2026-06-22 22:49:17 -04:00
Make podman network rm more robust by checking for ENOENT if we cannot remove the config file. If it does not exists there is no reason to error. This is especially useful for podman network prune. Signed-off-by: Paul Holzinger <pholzing@redhat.com>