Update run

This commit is contained in:
Alexandre
2022-05-04 19:07:11 +02:00
committed by GitHub
parent 4852b89aa4
commit b146137be8

View File

@@ -10,7 +10,7 @@ if [ -f /currentip ]; then
bashio::log.fatal "VPN is not properly configured. Your ip is exposed. Please fix this, or do not use the vpn alt mode" bashio::log.fatal "VPN is not properly configured. Your ip is exposed. Please fix this, or do not use the vpn alt mode"
bashio::exit.nok bashio::exit.nok
else else
bashio::log "VPN is up and running with ip $(curl -s ipecho.net/plain)" bashio::log.info "VPN is up and running with ip $(curl -s ipecho.net/plain)"
fi fi
fi fi