Browse Source

detecting UUID

dev
Christian Rotzoll 6 years ago
parent
commit
5cba95bcfe
  1. 3
      home.admin/config.scripts/blitz.datadrive.sh

3
home.admin/config.scripts/blitz.datadrive.sh

@ -115,7 +115,8 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
echo "" echo ""
exit 0 exit 0
#uuid=$(lsblk -o NAME,UUID | grep "^${dev1}" | awk '$1=$1' | cut -d " " -f 2) # adding the second device
uuid=$(sudo btrfs filesystem show /mnt/data | grep "uuid:" | awk '$1=$1' | cut -d " " -f 4)
fi fi

Loading…
Cancel
Save