From 11743e22b57296d047c7ce64d82b5ad8a0003ce3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 16 May 2020 13:09:40 +0300 Subject: rc.shutdown: use available path if it exists --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.shutdown b/rc.shutdown index 6521383..dce0a72 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -4,7 +4,7 @@ . /etc/init/rc.conf . INITDIR/rc.lib -PATH=/sbin:/bin:/usr/sbin:/usr/bin +PATH=$PATH:/usr/local/bin:/usr/bin run_hook pre.shutdown -- cgit v1.2.3