Skip to content

Commit 03eda7f

Browse files
author
root
committed
improved tRNG test
1 parent 3e0ff3b commit 03eda7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/lib/install.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ function tRNG(){
955955
exec("cat $path > $test & PID=\$!; sleep $time; kill \$PID");
956956
if(($result=filesize($test)) < $warn) {
957957
echo "$result bytes\n[WARN] these services may fail: {$conf['tRNG']}minimum recommended: $warn\n";
958-
}else echo " $result bytes: OK\n";
958+
}else echo "$result bytes OK\n";
959959
unlink($test);
960960
}
961961
?>

0 commit comments

Comments
 (0)