mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-18 08:12:53 +01:00
mount: change " -gt 6" > "-gt 7"
This commit is contained in:
@@ -42,7 +42,7 @@ case "${1}" in
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "$#" -lt 3 ] || [ "$#" -gt 6 ]; then
|
||||
if [ "$#" -lt 3 ] || [ "$#" -gt 7 ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user