Added a few missing characters

This commit is contained in:
Mike Rostermund
2015-05-27 09:35:52 +02:00
parent c3cb1ebbff
commit a41f0922a2
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ if ($space_check < 1) {
$bins = array('fping');
foreach ($bins as $bin) {
if (!is_file($config[$bin])) {
print_fail("$bin location is incorrect orbin not installed");
print_fail("$bin location is incorrect or bin not installed");
} else {
print_ok("$bin has been found");
}