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
|
# avoid possibe misuse
|
||||||
/sbin/ifconfig eth0 down
|
/sbin/ifconfig eth0 down
|
||||||
./init.sh
|
./init.sh
|
||||||
/sbin/shutdown -h now
|
/sbin/shutdown -P -h now
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue