Missing export for IP
This commit is contained in:
parent
e4991bf24c
commit
61b47ac36a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
IP=$( hostname -i )
|
export IP=$( hostname -i )
|
||||||
|
|
||||||
if [[ -z "$@" ]]
|
if [[ -z "$@" ]]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue