#!/bin/bash message="$(echo -e "${common_name} connected to: ${HOSTNAME} \\nRemote: ${untrusted_ip} \\nVirtual: ${ifconfig_pool_remote_ip}")" /usr/bin/create_notification -s news "${message}" /usr/bin/notifier exit 0