diff options
-rw-r--r-- | perl-install/standalone/net_applet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index eb4bcea68..8bdf7cbe6 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -110,6 +110,7 @@ if ($enable_activefw) { checkNetworkForce(); cronNetwork(); +cronUpdate(); get_unprocessed_attacks() if $enable_activefw; $icon->show_all; |