mount: change " -gt 6" > "-gt 7"

This commit is contained in:
tschettervictor
2025-01-10 10:22:31 -07:00
committed by GitHub
parent fd476ba515
commit a3d96003b8

View File

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