Closed philkjacobs closed 4 years ago
In the current code, the -i arg is always ignored.
-i
The evaluation of all arguments comes after the code that checks to see if host_ip_address has a non-empty value.
host_ip_address
To fix that, moved the block later in the file.
Tested manually via ./start.sh -ap -i "my.ip.was.here"
./start.sh -ap -i "my.ip.was.here"
In the current code, the
-i
arg is always ignored.The evaluation of all arguments comes after the code that checks to see if
host_ip_address
has a non-empty value.To fix that, moved the block later in the file.
Tested manually via
./start.sh -ap -i "my.ip.was.here"