diff --git a/util/testargs.php b/bin/testargs.php similarity index 100% rename from util/testargs.php rename to bin/testargs.php diff --git a/src/Core/Installer.php b/src/Core/Installer.php index b84bcd916e..2fd04523d9 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 = "";