From 7e144e833356681f2f5cbf3ab080416c37293b9c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 13 Jan 2020 20:42:32 +0300 Subject: fix typo --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.shutdown b/rc.shutdown index 9e6d028..d91578f 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -50,6 +50,6 @@ out "Deactivating dmcrypt devices (if any exist)."; { } out "Running post shutdown hooks..."; -for file in /etc/rc.d/*.post.shutdown ; do +for file in /etc/init/*.post.shutdown ; do [ -f "$file" ] && . "$file" done -- cgit v1.2.3