Miguel A. Vico e47ac45cba Start VPN client whenever VPN_ENABLED is 1/true/yes
VPN client was only started if VPN_ENABLED was "yes". However, earlier
in the start.sh file preparations were done whenever VPN_ENABLED was
either 1/true/yes.

Using a non-string 'yes' value in docker-compose.yaml, for instance,
would automatically make VPN_ENABLED take a value of "true", and that
would cause the VPN client not to start, without printing any sort of
warning or error.
2022-08-03 14:07:03 -07:00
..