allow localmount and netmount to fail

This commit is contained in:
William Hubbs
2015-08-10 18:45:36 -05:00
parent 279f1e5d10
commit 7341cd882f
3 changed files with 11 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ start()
rc=$?
fi
ewend $rc "Could not mount all network filesystems"
return 0
}
stop()