fix(rodeo-overlay.sh): added /bin to path
This commit is contained in:
parent
1853bbcb6e
commit
ae3ef03e45
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ OVERLAY_DIRECTORY=/rodeo/overlays
|
|||
DEFAULT_OVERLAY_FILE=$CONFIG_DIR/included_overlays
|
||||
MANAGED_DIRECTORIES_FILE=$CONFIG_DIR/managed_directories
|
||||
|
||||
export PATH="/bin:$PATH"
|
||||
|
||||
fatal() {
|
||||
echo "Error: $1"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue