Hard-coded Paths #24

Open
opened 2026-02-02 15:05:54 -05:00 by jared · 0 comments
Owner

/dev/disk/by-path/$path
/var/log/drive-atlas/

Improvement: Use constants:

readonly DISK_BY_PATH="/dev/disk/by-path"
readonly LOG_DIR="/var/log/drive-atlas"

/dev/disk/by-path/$path /var/log/drive-atlas/ Improvement: Use constants: readonly DISK_BY_PATH="/dev/disk/by-path" readonly LOG_DIR="/var/log/drive-atlas"
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LotusGuild/driveAtlas#24