bin/check.sh: fix locations. Use proper ENV var

vseva/3.0
Victor Seva 13 years ago
parent 167253c82a
commit e8ad1d10f3

@ -81,7 +81,7 @@ function delete_voip
function delete_locations
{
for sub in $(cat scenarios/callee.csv | grep test | cut -d\; -f1 | xargs); do
for sub in $(cat ${SCEN_DIR}/callee.csv | grep test | cut -d\; -f1 | xargs); do
ngcp-kamctl proxy ul rm $sub@${DOMAIN}
done
}

Loading…
Cancel
Save