Moving towards audible sudo prompts.
This commit is contained in:
parent
ca1c7154ba
commit
1d07b22397
@ -22,6 +22,11 @@
|
||||
#--code--
|
||||
|
||||
|
||||
# For audible sudo prompts:
|
||||
if [[ -x /etc/audibleprompt.sh ]]; then
|
||||
export SUDO_ASKPASS=/etc/audibleprompt.sh
|
||||
fi
|
||||
|
||||
# Include functions common to all operations
|
||||
source .includes/functions.sh
|
||||
# Include the dialog based UI
|
||||
|
Loading…
Reference in New Issue
Block a user