diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-08-10 18:45:36 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-08-17 18:21:39 -0500 |
commit | 7341cd882fba522c1f1d183603334839bd4df7fc (patch) | |
tree | 6cd0633810863e79a715c10a2262c3987325bddc /init.d/netmount.in | |
parent | 279f1e5d1013309d99509ab4b7b57521f8a4aba4 (diff) |
allow localmount and netmount to fail
Diffstat (limited to 'init.d/netmount.in')
-rw-r--r-- | init.d/netmount.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d/netmount.in b/init.d/netmount.in index 66ba4090..2ce5c2a9 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -27,7 +27,6 @@ start() rc=$? fi ewend $rc "Could not mount all network filesystems" - return 0 } stop() |