diff --git a/GPService/gpservice.cpp b/GPService/gpservice.cpp index f290c90..5623649 100644 --- a/GPService/gpservice.cpp +++ b/GPService/gpservice.cpp @@ -181,7 +181,7 @@ void GPService::onProcessStdout() QString output = openconnect->readAllStandardOutput(); log(output); - if (output.indexOf("Connected as") >= 0) { + if (output.indexOf("Connected as") >= 0 || output.indexOf("Configured as") >= 0) { vpnStatus = GPService::VpnConnected; emit connected(); }