Skip to content

Commit

Permalink
boot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-mai committed Dec 26, 2024
1 parent 75323d3 commit 06ce62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/server/web/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Systemd {
this.tty_dom = document.querySelector('#tty');
const welcome = document.createElement('div');
welcome.className = 'tty-line';
welcome.innerText = `misskey-temp ${version} running in Web mode. cmdline: ${cmdline}`;
welcome.innerText = `shahu-ski ${version} running in Web mode. cmdline: ${cmdline}`;
this.tty_dom.appendChild(welcome);
}
async start(id, promise) {
Expand Down

0 comments on commit 06ce62c

Please sign in to comment.