From: Marcus Müller <25648755+M-arcus@users.noreply.github.com> Date: Wed, 18 Apr 2018 12:20:21 +0000 (+0200) Subject: [TASK] Auto install: Rename script command X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7b7ca71bf6b96ea45a201b4562d35a51f6ed5cd8;p=friendica.git [TASK] Auto install: Rename script command --- diff --git a/src/Core/Console.php b/src/Core/Console.php index fa69ad968e..36614ad55b 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -21,7 +21,7 @@ class Console extends \Asika\SimpleConsole\Console 'extract' => __NAMESPACE__ . '\Console\Extract', 'globalcommunityblock' => __NAMESPACE__ . '\Console\GlobalCommunityBlock', 'globalcommunitysilence' => __NAMESPACE__ . '\Console\GlobalCommunitySilence', - 'install' => __NAMESPACE__ . '\Console\AutomaticInstallation', + 'autoinstall' => __NAMESPACE__ . '\Console\AutomaticInstallation', 'maintenance' => __NAMESPACE__ . '\Console\Maintenance', 'newpassword' => __NAMESPACE__ . '\Console\NewPassword', 'php2po' => __NAMESPACE__ . '\Console\PhpToPo',