Remove debug code introduced in d2c822eb15

This commit is contained in:
Lukas Loesche
2016-05-30 19:55:15 +02:00
parent bb7d73ce94
commit 7386e0a4de

View File

@@ -1,5 +1,4 @@
#!/bin/sh
set -x
vpn_provider="$(echo $OPENVPN_PROVIDER | tr '[A-Z]' '[a-z]')"
vpn_provider_configs="/etc/openvpn/$vpn_provider"
if [ ! -d "$vpn_provider_configs" ]; then