diff --git a/plugins/search2/ExternalDashlet.php b/plugins/search2/ExternalDashlet.php index b22eacc..d8a40cd 100644 --- a/plugins/search2/ExternalDashlet.php +++ b/plugins/search2/ExternalDashlet.php @@ -104,7 +104,7 @@ class ExternalResourceStatusDashlet extends KTBaseDashlet function checkDF() { - $df = KTUtil::findCommand('externalBinary','df'); + $df = KTUtil::findCommand('externalBinary/df','df'); if (false === $df) {