fshalt: scram the local machine
This commit is contained in:
parent
03d71535ec
commit
943b0d4609
1 changed files with 4 additions and 1 deletions
|
@ -76,7 +76,10 @@ fn x {
|
||||||
echo rebooting...
|
echo rebooting...
|
||||||
echo reboot >'#c/reboot'
|
echo reboot >'#c/reboot'
|
||||||
}
|
}
|
||||||
if not scram
|
if not {
|
||||||
|
bind -b '#P' /dev
|
||||||
|
scram
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
x
|
x
|
||||||
|
|
Loading…
Reference in a new issue