about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2018-02-08 19:46:03 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2018-02-08 19:46:03 -0500
commit3540dc801aacf3dc2325ec31ce59cb8333e98983 (patch)
treef200d043feeb715e9b432327a1e66bc607e81e59
parent1cfc6e2186d91e5232b5f8ca12541ec17f9660dc (diff)
Import 1.8.4-1ubuntu3.1 change to NM connectivity config postinst's
-rw-r--r--debian/network-manager-config-connectivity-ubuntu.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/network-manager-config-connectivity-ubuntu.postinst b/debian/network-manager-config-connectivity-ubuntu.postinst
index e8698667..eb087aa4 100644
--- a/debian/network-manager-config-connectivity-ubuntu.postinst
+++ b/debian/network-manager-config-connectivity-ubuntu.postinst
@@ -3,7 +3,7 @@
 set -e
 
 if [ "$1" = configure ]; then
-    invoke-rc.d network-manager force-reload
+    invoke-rc.d network-manager force-reload || true
 fi
 
 #DEBHELPER#