diff options
Diffstat (limited to 'askpass')
| -rwxr-xr-x | askpass | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -# This script is the SUDO_ASKPASS variable, meaning that it will be used as a +# This script is the SSH_ASKPASS and SUDO_ASKPASS variables, meaning that it will be used as a # password prompt if needed. -dmenu -fn Monospace-18 -P -p "$1" <&- && echo +dmenu -fn Monospace-18 -P -p "$1" <&- |
