This commit is contained in:
2021-04-30 10:59:46 +08:00
parent d3df9043e3
commit 5841fae6c2
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -40,8 +40,6 @@ class Command extends \Console\Command
return 'I don\'t know what I want to do.';
}
exec(PHP_BINARY . ' ' . APP_PATH . 'snowflake runtime:builder');
/** @var Shutdown $shutdown */
$shutdown = Snowflake::app()->get('shutdown');
if ($shutdown->isRunning() && $dtl->get('action') == 'start') {