Testing improvement

This commit is contained in:
Dselen 2024-08-26 15:46:17 -05:00
parent 40f39e918d
commit ef028659d8

View file

@ -105,6 +105,10 @@ set_envvars() {
sed -i "s/^remote_endpoint = .*/remote_endpoint = ${public_ip}/" /opt/wireguarddashboard/src/wg-dashboard.ini
fi
echo "Restarting service for good measure"
cd "${WGDASH}"/src || exit
./wgd.sh restart
}
# === CORE SERVICES ===