fix: Globally set SUDO_ASKPASS

This is unset everywhere by default and non-operational
This commit is contained in:
RJ Trujillo 2023-07-25 08:57:51 -06:00
parent 5580ca1aee
commit 056cb3671b

View File

@ -0,0 +1,2 @@
SUDO_ASKPASS='/usr/bin/ksshaskpass'
export SUDO_ASKPASS