Continue if docker0 is not present

This commit is contained in:
Michael Vines 2018-11-07 19:33:20 -08:00
parent 22b6cbb4da
commit 51ed48941b
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1
ip link delete docker0
ip link delete docker0 || true