mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Added a few missing characters
This commit is contained in:
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user