Make sure dialog accessibility works.
This commit is contained in:
parent
f0997a73ae
commit
86adc27376
@ -20,6 +20,8 @@
|
|||||||
|
|
||||||
# keep track of mounted status for exit function
|
# keep track of mounted status for exit function
|
||||||
mounted=1
|
mounted=1
|
||||||
|
# Dialog accessibility
|
||||||
|
export DIALOGOPTS='--no-lines --visit-items'
|
||||||
|
|
||||||
set -e # Don't want to destroy stuff if this goes majorly wrong.
|
set -e # Don't want to destroy stuff if this goes majorly wrong.
|
||||||
trap cleanup EXIT # make sure the script cleans up after itself before closing.
|
trap cleanup EXIT # make sure the script cleans up after itself before closing.
|
||||||
|
Loading…
Reference in New Issue
Block a user