X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FInstaller.php;h=15bcb76f4921f1e10103176d9f4c0721b521598c;hb=7efde8e334d6ca52fd1608fb9a78babcea4bdc9f;hp=b899272cabf3d22cf6e942d345354ec608f951f1;hpb=bf1f164ece0bde3c3617f43d4391e8b6ecee9ab0;p=friendica.git diff --git a/src/Core/Installer.php b/src/Core/Installer.php index b899272cab..15bcb76f49 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -266,7 +266,7 @@ class Installer if ($passed2) { $str = Strings::getRandomName(8); - $cmd = "$phppath util/testargs.php $str"; + $cmd = "$phppath bin/testargs.php $str"; $result = trim(shell_exec($cmd)); $passed3 = $result == $str; $help = "";