debian: Dont fail init if module cant be inserted
[sliver-openvswitch.git] / debian / openvswitch-switch.init
index 34b5604..600c185 100755 (executable)
@@ -157,7 +157,7 @@ load_module() {
             echo "For instructions, read"
             echo "/usr/share/doc/openvswitch-datapath-source/README.Debian"
         fi
-        exit 1
+        exit 0
     fi
 }