Merge pull request #799 from tschettervictor/patch-1

mount: change " -gt 6" > "-gt 7"
This commit is contained in:
Barry McCormick
2025-01-10 09:32:32 -08:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ case "${1}" in
;;
esac
if [ "$#" -lt 3 ] || [ "$#" -gt 6 ]; then
if [ "$#" -lt 3 ] || [ "$#" -gt 7 ]; then
usage
fi