mirror of https://github.com/CIRCL/Circlean
Force poweroff signal at shutdown.
parent
ed33e16431
commit
5521fa26ba
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue