How did that happen

This commit is contained in:
2016-04-14 18:01:14 +03:00
parent 8d5c19d7bf
commit b51c552ea9

View File

@@ -28,10 +28,8 @@ main() {
if [ -z "$init_signal" ]; then
case "$exe_name" in
poweroff) poff;;
reboot)
echo 'Rebooting.'
init_signal='INT';;
poweroff) _poweroff;;
reboot) _reboot;;
*) usage; return 1;;
esac