Continue if docker0 is not present

This commit is contained in:
Michael Vines
2018-11-07 19:33:20 -08:00
parent 242d0a23fb
commit ddb490e2fb

View File

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