#!/bin/sh MC_DESCRIPTION="OpenVPN configuration." . "$(dirname "$(readlink -f "$0")")/common" || exit inst conf /etc/openvpn/myvpn.conf vpn_restart=$change if [ "$(remote_source is_server)" = "y" ]; then # TODO pull ccd directory true fi apply ############################################################################