mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Consolekit: sync & unmountall before reboot / shutdown
This commit is contained in:
parent
f5d4937ada
commit
f79168770f
@ -31,4 +31,6 @@ for seq in `seq 1 10` ; do
|
||||
clear > /dev/tty1
|
||||
killall5 -18 || break
|
||||
done
|
||||
sync
|
||||
umount -a >/dev/null 2>&1
|
||||
reboot
|
||||
|
@ -31,4 +31,6 @@ for seq in `seq 1 10` ; do
|
||||
clear > /dev/tty1
|
||||
killall5 -18 || break
|
||||
done
|
||||
sync
|
||||
umount -a >/dev/null 2>&1
|
||||
poweroff
|
||||
|
Loading…
x
Reference in New Issue
Block a user