Continue if docker0 is not present
This commit is contained in:
@ -8,4 +8,4 @@
|
||||
[[ $(uname) = Linux ]] || exit 1
|
||||
[[ $USER = root ]] || exit 1
|
||||
|
||||
ip link delete docker0
|
||||
ip link delete docker0 || true
|
||||
|
Reference in New Issue
Block a user