mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -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;
|
shift; shift;
|
||||||
;;
|
;;
|
||||||
-h | --host)
|
-h | --host)
|
||||||
HOSTNAME="$2"
|
shift
|
||||||
|
HOSTNAME="$1"
|
||||||
shift;
|
shift;
|
||||||
;;
|
;;
|
||||||
--help)
|
--help)
|
||||||
|
|
Loading…
Reference in a new issue