From 1d07b22397b076e8999e127d660e34d142efcce6 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 19 Aug 2023 10:24:11 -0400 Subject: [PATCH] Moving towards audible sudo prompts. --- configure-stormux.sh | 5 +++++ 1 file changed, 5 insertions(+) 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