#!/usr/local/bin/bash -x
# removre a file which enables boot at startup
rm -f /home/tc/enable-vpn
killall openvpn

# persist the change to /home/tc/enable-vpn
filetool.sh -b
