Browse Source

Make it work with IDE bus

pull/389/head
Xavier Petit 5 years ago
parent
commit
f1d31df243
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 2
      scripts/install_client.sh

2
scripts/install_client.sh

@ -10,7 +10,7 @@ cd $script_dir
. set.sh
disk=$(lsblk -o tran,kname,hotplug,type,fstype -pr |
grep -e nvme -e sata -e sas |
grep -e nvme -e sata -e sas -e ata |
grep '0 disk' |
cut -d' ' -f2 |
sort |

Loading…
Cancel
Save