diff --git a/scripts/beesd b/scripts/beesd index f2185b1..a30e32c 100755 --- a/scripts/beesd +++ b/scripts/beesd @@ -97,10 +97,6 @@ fi chmod 700 "$DB_PATH" } -if YN "$LOG_SHORT_PATH"; then - cd "$MNT_DIR" || exit 1 - bees . -else - bees "$MNT_DIR" -fi +bees "$MNT_DIR" + exit 0 diff --git a/scripts/beesd.conf.sample b/scripts/beesd.conf.sample index c41e275..29bdda4 100644 --- a/scripts/beesd.conf.sample +++ b/scripts/beesd.conf.sample @@ -12,9 +12,6 @@ UUID=5d3c0ad5-bedf-463d-8235-b4d4f6f99476 # BEESHOME="$MNT_DIR/.beeshome" # BEESSTATUS="$WORK_DIR/$UUID.status" -## Make path shorter in logs -# LOG_SHORT_PATH=N - ## Bees DB size # Hash Table Sizing # sHash table entries are 16 bytes each