More typos

This commit is contained in:
Riccardo Bicelli 2021-07-13 09:30:08 +02:00
parent 55780b70f9
commit 907c518a9e
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ function pfz_speedtest_exec ($ifname, $ipaddr){
if (file_exists($filerun)==false) {
touch($filerun);
$st_command = "/usr/local/bin/speedtest --source $ipaddr --json > $filetmp";
$st_command = "/usr/local/bin/speedtest --source $ipaddr --json > $filetemp";
exec ($st_command);
rename($filetemp,$filename);
@unlink($filerun);