We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0ff3b commit 03eda7fCopy full SHA for 03eda7f
install/lib/install.lib.php
@@ -955,7 +955,7 @@ function tRNG(){
955
exec("cat $path > $test & PID=\$!; sleep $time; kill \$PID");
956
if(($result=filesize($test)) < $warn) {
957
echo "$result bytes\n[WARN] these services may fail: {$conf['tRNG']}minimum recommended: $warn\n";
958
- }else echo " $result bytes: OK\n";
+ }else echo "$result bytes OK\n";
959
unlink($test);
960
}
961
?>
0 commit comments