How did that happen

This commit is contained in:
Jack L. Frost 2016-04-14 18:01:14 +03:00
parent 8d5c19d7bf
commit 376b78e935

View File

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