aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-16 13:10:22 +0300
committerCem Keylan <cem@ckyln.com>2020-05-16 13:10:22 +0300
commite2f77846415e2f07c33073695c119efe1340de65 (patch)
treeae848aa317c3dce3d02bc48b198ccd8aed5d778d
parent11743e22b57296d047c7ce64d82b5ad8a0003ce3 (diff)
downloadinit-e2f77846415e2f07c33073695c119efe1340de65.tar.gz
rc.shutdown: hardcode init directory
-rwxr-xr-xrc.shutdown2
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