update: update alert

This commit is contained in:
tokumeikoi 2021-09-07 03:49:04 +09:00
parent 9f6d1ada93
commit 14579d1eea

View File

@ -57,6 +57,6 @@ class V2boardUpdate extends Command
} catch (\Exception $e) {
}
}
$this->info('更新完毕');
$this->info('更新完毕,请重新启动队列服务。');
}
}