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