trim whitespace
This commit is contained in:
@@ -13,4 +13,4 @@ COPY openvpn.sh /usr/bin/
|
||||
|
||||
VOLUME ["/vpn"]
|
||||
|
||||
ENTRYPOINT ["openvpn.sh"]
|
||||
ENTRYPOINT ["openvpn.sh"]
|
3
LICENSE
3
LICENSE
@@ -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/>.
|
@@ -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).
|
@@ -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
|
Reference in New Issue
Block a user