Moving towards audible sudo prompts.

This commit is contained in:
Storm Dragon 2023-08-19 10:24:11 -04:00
parent ca1c7154ba
commit 1d07b22397

View File

@ -22,6 +22,11 @@
#--code-- #--code--
# For audible sudo prompts:
if [[ -x /etc/audibleprompt.sh ]]; then
export SUDO_ASKPASS=/etc/audibleprompt.sh
fi
# Include functions common to all operations # Include functions common to all operations
source .includes/functions.sh source .includes/functions.sh
# Include the dialog based UI # Include the dialog based UI