Make sure dialog accessibility works.

This commit is contained in:
Storm Dragon 2024-05-31 15:41:29 -04:00
parent f0997a73ae
commit 86adc27376

View File

@ -20,6 +20,8 @@
# keep track of mounted status for exit function
mounted=1
# Dialog accessibility
export DIALOGOPTS='--no-lines --visit-items'
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.