-rwxr-xr-x | root/etc/init.d/opie | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie index 75f4f7b..b5afe86 100755 --- a/root/etc/init.d/opie +++ b/root/etc/init.d/opie @@ -59,2 +59,6 @@ case $1 in + if [ -x $OPIEDIR/bin/opie-sh-ssh-askpass.sh ]; then + export SSH_ASKPASS=$OPIEDIR/bin/opie-sh-ssh-askpass.sh + fi + if [ -x $OPIEDIR/bin/opie-login ]; then |