s/GW_API/GW_IP/
All checks were successful
perso/huawei-3G-SMS-API/master This commit looks good
perso/huawei-3G-SMS-API/pipeline/head This commit looks good

This commit is contained in:
2019-08-06 11:56:33 -04:00
parent 6821e6f78d
commit 9143ddac9e
3 changed files with 4 additions and 4 deletions

View File

@@ -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