diff --git a/src/scripts/captive-cleanup b/src/scripts/captive-cleanup index cf73760d0..b576df4fe 100755 --- a/src/scripts/captive-cleanup +++ b/src/scripts/captive-cleanup @@ -46,4 +46,7 @@ if (-f $settingsfile && -f $clients && ! -z $clients){ } } &General::writehasharray("$clients", \%clientshash); + + # Reload firewall rules + system("/usr/local/bin/captivectrl"); }