改进 同步

This commit is contained in:
iVampireSP.com 2023-01-03 20:49:46 +08:00
parent 58dfff5b0d
commit f6dadf7e75
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -40,7 +40,7 @@ public function handle(): int
$this->info('从节点配置文件同步完成。');
return CommandAlias::FAILURE;
return CommandAlias::SUCCESS;
}
$this->warn('此节点为主节点,将同时上传两份版本(如果有 .env.slave 的话)。');