maybe
This commit is contained in:
parent
bdac753f8f
commit
af593a3c0c
|
|
@ -1,6 +1,6 @@
|
||||||
// Reboot the whole computer! Careful!
|
// Reboot the whole computer! Careful!
|
||||||
export default async function reboot() {
|
export default async function reboot() {
|
||||||
setTimeout(async () => await Bun.$`/sbin/reboot`, 1000)
|
setTimeout(async () => await Bun.$`/sbin/reboot -f`, 1000)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
text: "Rebooting... This will take about 10 seconds.",
|
text: "Rebooting... This will take about 10 seconds.",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user