diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/network/netconnect.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/network/netconnect.pm b/lib/network/netconnect.pm index bede73e..74ca21d 100644 --- a/lib/network/netconnect.pm +++ b/lib/network/netconnect.pm @@ -311,6 +311,8 @@ If you do not know it, keep the preselected protocol.") }, #- FIXME: should use network::test for ppp (after future merge with network::connection) #- or start interface synchronously services::start('network-up') unless $::isInstall; + my $up = network::tools::connected(); + $success = $up; } "end"; #- handle disconnection in install? }, |