Build precise queries to find exactly what you need
Press ESC to close
@arnotron
Favorites0
Views
Projects0
The check seems to work, but I get a warning for line 140, when I supply multiple mount points: ./check_mountpoints.sh: line 140: [: /srv/apache/etc: binary operator expected I fixed it by quoting the variable: if [ -z "${MPS}" ]; then
Reviewed 13 years ago