Skip to content

Commit

Permalink
Fixes #11824: reload-cf-serverd fails if cf-serverd not running and /…
Browse files Browse the repository at this point in the history
…sbin not in PATH
  • Loading branch information
Fdall committed Mar 21, 2018
1 parent e757eb5 commit 513b610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/rudder
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ REL_PATH=`dirname "$0"`
ABS_PATH=`cd "${REL_PATH}" && pwd`
RUDDER_BIN="${ABS_PATH}/`basename $0`"
export RUDDER_BIN

PATH="$PATH:/sbin:/usr/sbin"
export PATH
role_list() {
ls "${BASEDIR}" | sed 's/\([[:alpha:]_]*\)-.*/\1/' | uniq
}
Expand Down

0 comments on commit 513b610

Please sign in to comment.