Skip to content
Snippets Groups Projects
Commit 909079d1 authored by Insert5StarName's avatar Insert5StarName
Browse files

Minor Modification

parent 612dac29
No related branches found
No related tags found
No related merge requests found
......@@ -31,22 +31,25 @@ function greet() {
if (!envOption.quiet) {
//#region Misskey logo
const v = `v${meta.version}`;
console.log(themeColor(' _____ _ _ '));
console.log(themeColor(' | |_|___ ___| |_ ___ _ _ '));
console.log(themeColor(' | | | | |_ -|_ -| \'_| -_| | |'));
console.log(themeColor(' |_|_|_|_|___|___|_,_|___|_ |'));
console.log(' ' + chalk.gray(v) + themeColor(' |___|\n'.substring(v.length)));
console.log(themeColor(' _____ _ _ '));
console.log(themeColor('/ ___| | | | '));
console.log(themeColor('\ `--.| |__ __ _ _ __| | _____ _ _ '));
console.log(themeColor(" `--. \ '_ \ / _` | '__| |/ / _ \ | | |"));
console.log(themeColor('/\__/ / | | | (_| | | | < __/ |_| |'));
console.log(themeColor('\____/|_| |_|\__,_|_| |_|\_\___|\__, |'));
console.log(themeColor(' __/ |'));
console.log(themeColor(' |___/ '));
//#endregion
console.log(' Misskey is an open-source decentralized microblogging platform.');
console.log(chalk.rgb(255, 136, 0)(' If you like Misskey, please donate to support development. https://www.patreon.com/syuilo'));
console.log(' Sharkey is an open-source decentralized microblogging platform.');
console.log(chalk.rgb(255, 136, 0)(' If you like Sharkey, please donate to support development. https://ko-fi.com/transfem'));
console.log('');
console.log(chalkTemplate`--- ${os.hostname()} {gray (PID: ${process.pid.toString()})} ---`);
}
bootLogger.info('Welcome to Misskey!');
bootLogger.info(`Misskey v${meta.version}`, null, true);
bootLogger.info('Welcome to Sharkey!');
bootLogger.info(`Sharkey v${meta.version}`, null, true);
}
/**
......@@ -68,7 +71,7 @@ export async function masterMain() {
process.exit(1);
}
bootLogger.succ('Misskey initialized');
bootLogger.succ('Sharkey initialized');
if (envOption.disableClustering) {
if (envOption.onlyServer) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment