Add /usr/local/bin to PATH for poudboot.

This commit is contained in:
Tom Alexander 2023-07-11 03:52:22 -04:00
parent 63b8827725
commit 9bbc5591c1
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -13,11 +13,11 @@ stop_cmd="${name}_stop"
load_rc_config $name load_rc_config $name
poudboot_start() { poudboot_start() {
/usr/local/bin/poudboot start PATH="${PATH}:/usr/local/bin" /usr/local/bin/poudboot start
} }
poudboot_stop() { poudboot_stop() {
/usr/local/bin/poudboot stop PATH="${PATH}:/usr/local/bin" /usr/local/bin/poudboot stop
} }
run_rc_command "$1" run_rc_command "$1"