s/GW_API/GW_IP/
This commit is contained in:
@@ -12,9 +12,9 @@ then
|
||||
exit 2
|
||||
fi
|
||||
|
||||
if [[ -z "${GW_API}" ]]
|
||||
if [[ -z "${GW_IP}" ]]
|
||||
then
|
||||
echo 'Please define the env var GW_API, exit' >&2
|
||||
echo 'Please define the env var GW_IP, exit' >&2
|
||||
exit 3
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user