From 8f2416cbda412ee42b952810f47c5ccef3560932 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 20 Jul 2020 01:18:11 +0300 Subject: shalt: change coding style, add response, parse arguments with arg.h --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index a3f14d5..daa346d 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -41,4 +41,4 @@ out "Remounting rootfs as readonly..."; { 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