Skip to content

Commit

Permalink
Fix uuid retrieve bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Sep 29, 2024
1 parent a9a678f commit 3dc3e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/utils/auto-mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ select_drive() {

# Function to get UUID and FSTYPE of the selected drive
get_uuid_fstype() {
UUID=$(blkid -s UUID -o value "${partition}")
UUID=$("$ESCALATION_TOOL" blkid -s UUID -o value "${partition}")
FSTYPE=$(lsblk -no FSTYPE "${partition}")
NAME=$(lsblk -no NAME "${partition}")

Expand Down

0 comments on commit 3dc3e29

Please sign in to comment.