mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 09:36:17 +02:00
Scripts: Remove code for short path name in log
Commit: "log: remove path from thread name" remove path from logs, so this useless Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user