diff --git a/tools/naptr-eduroam.sh b/tools/naptr-eduroam.sh index 4aa3c4b..be722c9 100755 --- a/tools/naptr-eduroam.sh +++ b/tools/naptr-eduroam.sh @@ -70,4 +70,4 @@ if [ -n "${SERVERS}" ]; then exit 0 fi -exit 10 # No server found. +exit 0 diff --git a/tools/radsec-dynsrv.sh b/tools/radsec-dynsrv.sh index 4b9cb3e..7a74b6d 100755 --- a/tools/radsec-dynsrv.sh +++ b/tools/radsec-dynsrv.sh @@ -48,4 +48,4 @@ if test -n "${SERVERS}" ; then exit 0 fi -exit 10 # No server found. +exit 0