diff --git a/checkvolumesize b/checkvolumesize index 9d64119..325b99c 100755 --- a/checkvolumesize +++ b/checkvolumesize @@ -33,12 +33,12 @@ EOF # Parse options POSITIONAL=() +BUFFER=10 +LOG=false + while [[ $# -gt 0 ]]; do key="$1" - BUFFER=10 - LOG=false - case $key in --help|-h|help) show_help