fix(rodeo-overlay.sh): added /bin to path

This commit is contained in:
Paul Fey 2025-04-01 19:09:20 +02:00
parent 1853bbcb6e
commit ae3ef03e45

View file

@ -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