diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-13 20:42:32 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-13 20:42:32 +0300 |
commit | 7e144e833356681f2f5cbf3ab080416c37293b9c (patch) | |
tree | 90a433d93e2264762cb3ec5247b172a8f1d4aefd /rc.shutdown | |
parent | 39c8b4b501272c4f573756294f56aa83fd851de6 (diff) | |
download | init-7e144e833356681f2f5cbf3ab080416c37293b9c.tar.gz |
fix typo
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 2 |
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 |