diff options
Diffstat (limited to 'net-mgmt/librenms/files/patch-LibreNMS_Util_Version.php')
-rw-r--r-- | net-mgmt/librenms/files/patch-LibreNMS_Util_Version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/librenms/files/patch-LibreNMS_Util_Version.php b/net-mgmt/librenms/files/patch-LibreNMS_Util_Version.php index d9b75a45c9df..555581932d1f 100644 --- a/net-mgmt/librenms/files/patch-LibreNMS_Util_Version.php +++ b/net-mgmt/librenms/files/patch-LibreNMS_Util_Version.php @@ -5,7 +5,7 @@ public static function python() { - $proc = new Process(['python3', '--version']); -+ $proc = new Process(['/usr/local/bin/python3', '--version']); ++ $proc = new Process(['%%LOCALBASE%%/bin/python3', '--version']); $proc->run(); if ($proc->getExitCode() !== 0) { |