]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - fsck/xfs_fsck.sh
Debian and version updates
[thirdparty/xfsprogs-dev.git] / fsck / xfs_fsck.sh
index 016b22dc7ff0c178b3afa4b8ff899618d21b85f7..ec73bcc73951dcf6276ff2aa9a2c9fbac8c9c2dc 100755 (executable)
@@ -4,10 +4,10 @@
 #
 
 AUTO=false
-while getopts ":aA" c
+while getopts ":aAy" c
 do
        case $c in
-       a|A)    AUTO=true;;
+       a|A|y)  AUTO=true;;
        esac
 done
 eval DEV=\${$#}