diff --git a/transmission_openvpn/rootfs/etc/cont-init.d/99-run.sh b/transmission_openvpn/rootfs/etc/cont-init.d/99-run.sh index 22c2c9510..fe5b72929 100755 --- a/transmission_openvpn/rootfs/etc/cont-init.d/99-run.sh +++ b/transmission_openvpn/rootfs/etc/cont-init.d/99-run.sh @@ -88,7 +88,7 @@ if bashio::config.true "OPENVPN_CUSTOM_PROVIDER"; then bashio::log.info "Custom openvpn provider selected" # Check that ovpn file exists - if [ ! -f "$OVPNLOCATION" ] || [ ! -f "$OVPNLOCATION/$OVPNCONFIG" ]; then + if [ ! -f "$OVPNLOCATION" ]; then bashio::log.fatal "Ovpn file not found at location provided : $OVPNLOCATION" exit 1 fi