From e2f77846415e2f07c33073695c119efe1340de65 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 16 May 2020 13:10:22 +0300 Subject: rc.shutdown: hardcode init directory --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3