Moving towards audible sudo prompts.
This commit is contained in:
parent
ca1c7154ba
commit
1d07b22397
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user