From e87a4a7446c11c49b6cdb064371067bcd9378bb5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Feb 2015 21:13:27 +0000 Subject: [PATCH] Exit message --- src/freedombone-sec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/freedombone-sec b/src/freedombone-sec index 8c6e96b0..5d4baea9 100755 --- a/src/freedombone-sec +++ b/src/freedombone-sec @@ -413,7 +413,8 @@ function export_settings { if [ $XMPP_ECC_CURVE ]; then echo "XMPP_ECC_CURVE=$XMPP_ECC_CURVE" >> $EXPORT_FILE fi - return + echo "Security settings exported to $EXPORT_FILE" + exit 0 fi if [ $SSL_PROTOCOLS ]; then