summaryrefslogtreecommitdiffstats
path: root/libexec/container/start
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-29 16:25:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-29 16:25:16 +0000
commit05396fc59ee97ace1186077ffedf075ca33149bc (patch)
tree431fcf68a19b2c7de7d71759a71af34273254502 /libexec/container/start
parentReleasing progress-linux version 20221223-6~progress7.99u1. (diff)
downloadopen-infrastructure-compute-tools-05396fc59ee97ace1186077ffedf075ca33149bc.tar.xz
open-infrastructure-compute-tools-05396fc59ee97ace1186077ffedf075ca33149bc.zip
Merging upstream version 20240829.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libexec/container/start')
-rwxr-xr-xlibexec/container/start4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/container/start b/libexec/container/start
index 1f22325..5891485 100755
--- a/libexec/container/start
+++ b/libexec/container/start
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+# Copyright (C) 2014-2024 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# SPDX-License-Identifier: GPL-3.0+
#
@@ -422,7 +422,7 @@ Name=${INTERFACE}
Bridge=${BRIDGE}
EOF
- networkctl reload
+ networkctl reload || true
;;
esac
else