Fixed issue #78

This commit is contained in:
Riccardo Bicelli 2021-07-08 17:00:59 +02:00
parent 8e340822e1
commit bb50993763
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ function pfz_speedtest_exec ($ifname, $ipaddr){
touch($filerun);
$st_command = "/usr/local/bin/speedtest --source $ipaddr --json > $filename";
exec ($st_command);
@unlik($filerun);
@unlink($filerun);
}
}