mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
try this instead
This commit is contained in:
parent
d8d2ac4c3e
commit
118d0d949f
1 changed files with 2 additions and 1 deletions
3
styx
3
styx
|
@ -101,7 +101,8 @@ while [[ $# -gt 0 ]]; do
|
|||
shift; shift;
|
||||
;;
|
||||
-h | --host)
|
||||
HOSTNAME="$2"
|
||||
shift
|
||||
HOSTNAME="$1"
|
||||
shift;
|
||||
;;
|
||||
--help)
|
||||
|
|
Loading…
Reference in a new issue