diff --git a/remote_run.sh b/remote_run.sh index 8fe4e45..87fd4e0 100755 --- a/remote_run.sh +++ b/remote_run.sh @@ -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 ;;