summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xradsec-dynsrv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/radsec-dynsrv.sh b/radsec-dynsrv.sh
index c4c920c..6260a8a 100755
--- a/radsec-dynsrv.sh
+++ b/radsec-dynsrv.sh
@@ -42,7 +42,7 @@ else
fi
if test -n "${SERVERS}" ; then
- echo "server radsec.${REALM} {\n${SERVERS}\n\ttype TLS\n}"
+ echo "server dynamic_radsec.${REALM} {\n${SERVERS}\n\ttype TLS\n}"
exit 0
fi