remote_run.sh: clean up getopts

esavkin/reboot_support
Sebastien Bourdeauducq 2020-11-18 17:45:43 +08:00
parent 07f161d9d8
commit 0e8354faa1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
target_host="rpi-4.m-labs.hk"
while getopts "h:i" opt; do
while getopts "h:" opt; do
case "$opt" in
\?) exit 0
;;