diff --git a/plugins/updater/init.php b/plugins/updater/init.php index 8a7c8a9ca..ef5a94967 100644 --- a/plugins/updater/init.php +++ b/plugins/updater/init.php @@ -59,6 +59,10 @@ class Updater extends Plugin { $stop = true; break; } + // bah, also humbug + putenv("PATH=" . getenv("PATH") . PATH_SEPARATOR . "/bin" . + PATH_SEPARATOR . "/usr/bin"); + array_push($log, "Checking for tar..."); $system_rc = 0;