#!/bin/bash
if [ ! -f "/etc/wireguard/wg0.conf" ]; then
/usr/local/bin/setup-wireguard.sh
fi
wg-quick up wg0
exec tail -f /dev/null