aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-13 20:42:32 +0300
committerCem Keylan <cem@ckyln.com>2020-01-13 20:42:32 +0300
commit7e144e833356681f2f5cbf3ab080416c37293b9c (patch)
tree90a433d93e2264762cb3ec5247b172a8f1d4aefd
parent39c8b4b501272c4f573756294f56aa83fd851de6 (diff)
downloadinit-7e144e833356681f2f5cbf3ab080416c37293b9c.tar.gz
fix typo
-rwxr-xr-xrc.shutdown2
1 files changed, 1 insertions, 1 deletions
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