diff options
Diffstat (limited to '')
-rwxr-xr-x | libexec/container/start | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/container/start b/libexec/container/start index 1f22325..128c418 100755 --- a/libexec/container/start +++ b/libexec/container/start @@ -422,7 +422,7 @@ Name=${INTERFACE} Bridge=${BRIDGE} EOF - networkctl reload + networkctl reload || true ;; esac else |