aws: Set PATH to search in /usr/local/(s)bin

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-08-15 11:11:56 +01:00
parent 6cf586436b
commit 9ae73c3090

View File

@@ -3,6 +3,9 @@
. /etc/sysconfig/rc
. ${rc_functions}
# Set PATH to find our own executables
export PATH=/usr/local/sbin:/usr/local/bin:${PATH}
get() {
local file="${1}"