From 81259f39dd37c65ac21cc260f35b7bac449236f5 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 24 Jul 2013 10:23:45 +0200 Subject: [PATCH] bin/check.sh: fix do not delete domain on sipp error --- bin/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/check.sh b/bin/check.sh index 804897cc..6bcb1b79 100755 --- a/bin/check.sh +++ b/bin/check.sh @@ -91,7 +91,7 @@ function delete_locations function error_sipp { echo $1 - if [ -z ${SKIP} ] || [ -z ${SKIP_DELDOMAIN} ]; then + if [ -z ${SKIP_DELDOMAIN} ]; then echo "$(date) - Deleting domain:${DOMAIN}" delete_voip ${DOMAIN} fi