diff --git a/configure-stormux.sh b/configure-stormux.sh index e9a28c6..a498363 100755 --- a/configure-stormux.sh +++ b/configure-stormux.sh @@ -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