trim whitespace

This commit is contained in:
David Personette
2016-02-01 23:53:24 -05:00
parent 47fd4d30be
commit 85f609080a
4 changed files with 4 additions and 5 deletions

View File

@@ -13,4 +13,4 @@ COPY openvpn.sh /usr/bin/
VOLUME ["/vpn"]
ENTRYPOINT ["openvpn.sh"]
ENTRYPOINT ["openvpn.sh"]

View File

@@ -658,5 +658,4 @@ specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.
<http://www.gnu.org/licenses/>.

View File

@@ -161,4 +161,4 @@ get from your VPN. You'll need to add the `--dns` command line option to the
## Issues
If you have any problems with or questions about this image, please contact me
through a [GitHub issue](https://github.com/dperson/openvpn-client/issues).
through a [GitHub issue](https://github.com/dperson/openvpn-client/issues).

View File

@@ -136,4 +136,4 @@ else
[[ -e /vpn/vpn.conf ]] || { echo "ERROR: VPN not configured!"; sleep 120; }
[[ -e /vpn/vpn-ca.crt ]] || { echo "ERROR: VPN cert missing!"; sleep 120; }
exec sg vpn -c "openvpn --config /vpn/vpn.conf"
fi
fi