Fix whiptail bug
This commit is contained in:
parent
73d26cda70
commit
96edea1bad
|
@ -95,6 +95,7 @@ loopThroughFiles() {
|
||||||
|
|
||||||
msg="\nSelect the files that you want to install."
|
msg="\nSelect the files that you want to install."
|
||||||
files=("$(displayDialogBox --checklist "$msg" VALUES "${files[@]}" 3>&1 1>&2 2>&3)")
|
files=("$(displayDialogBox --checklist "$msg" VALUES "${files[@]}" 3>&1 1>&2 2>&3)")
|
||||||
|
files=(${files[@]//$'\n'/ })
|
||||||
fi
|
fi
|
||||||
|
|
||||||
password=$(displayDialogBox --passwordbox "\nEnter your password." VALUES 3>&1 1>&2 2>&3)
|
password=$(displayDialogBox --passwordbox "\nEnter your password." VALUES 3>&1 1>&2 2>&3)
|
||||||
|
|
Loading…
Reference in New Issue