Exit message

This commit is contained in:
Bob Mottram 2015-02-02 21:13:27 +00:00
parent 86a7a4a834
commit e87a4a7446

@ -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