wider dialog

This commit is contained in:
Tobias Powalowski 2022-04-11 18:04:47 +02:00
parent c310eae982
commit a863759b92

View file

@ -771,7 +771,7 @@ _createpv()
PARTS="${PARTS//${PART}\ _/}"
# add more devices
#shellcheck disable=SC2086
DIALOG --menu "Select additional device number ${DEVNUMBER} for physical volume" 13 50 10 ${PARTS} DONE _ 2>"${ANSWER}" || return 1
DIALOG --menu "Select additional device number ${DEVNUMBER} for physical volume" 13 60 10 ${PARTS} DONE _ 2>"${ANSWER}" || return 1
PART=$(cat "${ANSWER}")
[[ "${PART}" = "DONE" ]] && break
echo "${PART}" >>/tmp/.pvs-create