From b4db6c1a64fa368cdb210f05f9486b7988be907d Mon Sep 17 00:00:00 2001 From: framp Date: Thu, 27 Feb 2020 16:42:43 +0100 Subject: [PATCH] Patch from OmegaSquad82 --- pishrink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pishrink.sh b/pishrink.sh index 8f23190..c8e589d 100755 --- a/pishrink.sh +++ b/pishrink.sh @@ -93,7 +93,7 @@ prep=false ziptool="" required_tools="$REQUIRED_TOOLS" -while getopts ":adhipr:svz" opt; do +while getopts ":adhipr:svzZ" opt; do case "${opt}" in a) parallel=true;; d) debug=true;;