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