Move testargs to bin
This commit is contained in:
parent
c3c7c50dc5
commit
e02295e8e8
|
@ -266,7 +266,7 @@ class Installer
|
||||||
|
|
||||||
if ($passed2) {
|
if ($passed2) {
|
||||||
$str = Strings::getRandomName(8);
|
$str = Strings::getRandomName(8);
|
||||||
$cmd = "$phppath util/testargs.php $str";
|
$cmd = "$phppath bin/testargs.php $str";
|
||||||
$result = trim(shell_exec($cmd));
|
$result = trim(shell_exec($cmd));
|
||||||
$passed3 = $result == $str;
|
$passed3 = $result == $str;
|
||||||
$help = "";
|
$help = "";
|
||||||
|
|
Loading…
Reference in a new issue