try this instead

This commit is contained in:
Daylin Morgan 2024-01-25 11:02:00 -06:00
parent d8d2ac4c3e
commit 118d0d949f
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 2 additions and 1 deletions

3
styx
View File

@ -101,7 +101,8 @@ while [[ $# -gt 0 ]]; do
shift; shift;
;;
-h | --host)
HOSTNAME="$2"
shift
HOSTNAME="$1"
shift;
;;
--help)