From e02295e8e8e21562320f87a70921fe528b57eda3 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Nov 2018 23:10:05 -0500 Subject: [PATCH] Move testargs to bin --- {util => bin}/testargs.php | 0 src/Core/Installer.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {util => bin}/testargs.php (100%) 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 = "";