Revert "Update 93-openvpn.sh"

This reverts commit 9200e4db38.
This commit is contained in:
Alexandre
2022-06-17 12:02:17 +02:00
parent 9bc402d29c
commit 9b68c6fc0e

View File

@@ -97,10 +97,10 @@ if bashio::config.true 'openvpn_enabled'; then
fi
# Modify ovpn config
#if ! grep -q route-nopull /etc/openvpn/config.ovpn; then
# echo "... adding route-nopull to your config.ovpn"
# sed -i "1a route-nopull" /etc/openvpn/config.ovpn
#fi
if ! grep -q route-nopull /etc/openvpn/config.ovpn; then
echo "... adding route-nopull to your config.ovpn"
sed -i "1a route-nopull" /etc/openvpn/config.ovpn
fi
else