Force poweroff signal at shutdown.

pull/10/head
Raphaël Vinot 2014-03-26 16:39:33 +01:00
parent ed33e16431
commit 5521fa26ba
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if [ -e /dev/sda ]; then
# avoid possibe misuse
/sbin/ifconfig eth0 down
./init.sh
/sbin/shutdown -h now
/sbin/shutdown -P -h now
fi
fi