Skip to content

Commit

Permalink
Merge pull request #799 from tschettervictor/patch-1
Browse files Browse the repository at this point in the history
mount: change " -gt 6" > "-gt 7"
  • Loading branch information
bmac2 authored Jan 10, 2025
2 parents fd476ba + a3d9600 commit 22c3455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/share/bastille/mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ case "${1}" in
;;
esac

if [ "$#" -lt 3 ] || [ "$#" -gt 6 ]; then
if [ "$#" -lt 3 ] || [ "$#" -gt 7 ]; then
usage
fi

Expand Down

0 comments on commit 22c3455

Please sign in to comment.