Random Project

Seems to work, but my shell complains

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