Make sure dialog accessibility works.
This commit is contained in:
		| @@ -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. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user