diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-16 13:10:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-16 13:10:22 +0300 |
commit | e2f77846415e2f07c33073695c119efe1340de65 (patch) | |
tree | ae848aa317c3dce3d02bc48b198ccd8aed5d778d /rc.shutdown | |
parent | 11743e22b57296d047c7ce64d82b5ad8a0003ce3 (diff) | |
download | init-e2f77846415e2f07c33073695c119efe1340de65.tar.gz |
rc.shutdown: hardcode init directory
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 dce0a72..219e775 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -2,7 +2,7 @@ # shellcheck disable=1090,1091 . /etc/init/rc.conf -. INITDIR/rc.lib +. /usr/lib/init/rc.lib PATH=$PATH:/usr/local/bin:/usr/bin |