aboutsummaryrefslogtreecommitdiff
path: root/debian/openvswitch-brcompat.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/openvswitch-brcompat.postinst')
-rwxr-xr-xdebian/openvswitch-brcompat.postinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/openvswitch-brcompat.postinst b/debian/openvswitch-brcompat.postinst
index 8113e31a..12e3b055 100755
--- a/debian/openvswitch-brcompat.postinst
+++ b/debian/openvswitch-brcompat.postinst
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
# If openvswitch-switch is installed, and then later openvswitch-brcompat is
# installed, make sure that ovs-brcompatd starts.
if test X"$1" = Xconfigure && \