diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-16 16:30:49 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-16 16:30:49 +0300 |
commit | ee593c6930c0b4833880cea309c73437107afe03 (patch) | |
tree | 3492fa660b8f5385b5652e879fb209aea90adf28 /rc.shutdown | |
parent | 3c37be465a1f30aa040a81714e05034d95cf953a (diff) | |
download | init-ee593c6930c0b4833880cea309c73437107afe03.tar.gz |
init: set PATH in rc.lib
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rc.shutdown b/rc.shutdown index 219e775..292284f 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -4,8 +4,6 @@ . /etc/init/rc.conf . /usr/lib/init/rc.lib -PATH=$PATH:/usr/local/bin:/usr/bin - run_hook pre.shutdown command -v sv >/dev/null && |