Fixed typo that caused error

This commit is contained in:
TuDatTr
2020-05-23 18:33:29 +02:00
parent 3b17b736d3
commit d87aa3dce5

View File

@@ -26,7 +26,7 @@ sudogrp="CHANGEME" # Name of the sudogrp
CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
while true; do
case "$!" in
case "$1" in
-d|--device)
device="$2"
shift 2