From 388801aaaff3e8e22e94a7ff2b8825c7d7eb9ff5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 16 May 2020 12:57:48 +0300 Subject: rc.shutdown: simplify case --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.shutdown b/rc.shutdown index 5727c76..51321c7 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -51,4 +51,4 @@ out "Deactivating dmcrypt devices (if any exist)."; { run_hook post.shutdown -case "$1" in reboot) shalt r ;; poweroff) shalt p ;; esac +case "$1" in reboot) shalt r ;; poweroff) shalt p; esac -- cgit v1.2.3