]> git.ozlabs.org Git - ppp.git/blob - contrib/pppgetpass/pppgetpass.sh
radius plugin: add fclose operation to fix file pointer not closed after use (#401)
[ppp.git] / contrib / pppgetpass / pppgetpass.sh
1 #!/bin/sh
2
3 if [ -z "$DISPLAY" ]; then
4   exec pppgetpass.vt "$@"
5 else
6   exec pppgetpass.gtk "$@"
7 fi