This commit is contained in:
teldra 2022-02-07 15:12:53 +01:00
parent 021d123089
commit dd0829db41
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ target_phy_disk() {
DISKS_DETAILS=$(lsblk -l -o KNAME,TYPE,SIZE,MODEL|grep disk)
echo "$DISKS_DETAILS"
multiplechoice $(echo "${DISKS_DETAILS}"|awk '{print $1}')
TARGET_PHY_DISK="/dev/${output}"
TARGET_PHY_DISK="${output}"
}
target_phy_id() {