mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Move testargs to bin
This commit is contained in:
parent
c3c7c50dc5
commit
e02295e8e8
2 changed files with 1 additions and 1 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue