Skip to content

Commit

Permalink
ext: Remove mistaken label
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Dec 30, 2023
1 parent d69fad3 commit dc3dec9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/ext
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ case ${1?} in
device=${part%[0-9]}
sudo enable-usb-trim "$device"

label=

sudo cryptsetup luksOpen --allow-discards "$part" "$label"
sudo mount /dev/mapper/"$label" /mnt/scratch-baduser
sudo bindfs -u "$(id -u)" --create-for-user="$(stat -c %u /mnt/scratch-baduser)" /mnt/scratch-baduser /mnt/scratch
Expand Down

0 comments on commit dc3dec9

Please sign in to comment.