From a3d96003b893e79f8f30eba0314ba2bd406ceb7c Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:22:31 -0700 Subject: [PATCH] mount: change " -gt 6" > "-gt 7" --- usr/local/share/bastille/mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/mount.sh b/usr/local/share/bastille/mount.sh index 95e84071..bfd1faeb 100644 --- a/usr/local/share/bastille/mount.sh +++ b/usr/local/share/bastille/mount.sh @@ -42,7 +42,7 @@ case "${1}" in ;; esac -if [ "$#" -lt 3 ] || [ "$#" -gt 6 ]; then +if [ "$#" -lt 3 ] || [ "$#" -gt 7 ]; then usage fi