net-ops/global/post-tasks.d/999reboot

6 lines
99 B
Text
Raw Normal View History

2013-09-02 16:01:50 +02:00
#!/bin/sh
if [ -f /var/run/reboot-required -a -f /etc/cosmos-automatic-reboot ]; then
reboot
fi