From 34daf0ae24b25bccdc019c312e7711b8edd30c5f Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 12 Aug 2019 18:39:42 +0200 Subject: [dnbd3-proxy] add default PATH.. --- .../dnbd3-proxy-mode/data/opt/openslx/scripts/systemd-dnbd3_proxy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/modules/dnbd3-proxy-mode/data/opt/openslx/scripts/systemd-dnbd3_proxy b/core/modules/dnbd3-proxy-mode/data/opt/openslx/scripts/systemd-dnbd3_proxy index 4fbe1e6b..751e327c 100755 --- a/core/modules/dnbd3-proxy-mode/data/opt/openslx/scripts/systemd-dnbd3_proxy +++ b/core/modules/dnbd3-proxy-mode/data/opt/openslx/scripts/systemd-dnbd3_proxy @@ -1,5 +1,7 @@ #!/bin/ash +export PATH="$PATH:/opt/openslx/sbin:/opt/openslx/bin" + ERRLOG="/run/dnbd3-proxy.err" if [ -s "$ERRLOG" ]; then -- cgit v1.2.3-55-g7522