From f87ff637df4fab079f708e7987b730478e07c1cc Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Tue, 28 Jan 2020 00:34:19 +0000 Subject: [PATCH] Remove transport type check --- scripts/install_client.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install_client.sh b/scripts/install_client.sh index dd3ff77d..d5567bf8 100755 --- a/scripts/install_client.sh +++ b/scripts/install_client.sh @@ -10,7 +10,6 @@ cd $script_dir . set.sh disk=$(lsblk -o tran,kname,hotplug,type,fstype -pr | - grep -e nvme -e sata -e sas -e ata -e vda | grep '0 disk' | cut -d' ' -f2 | sort |