View Single Post
Posts: 31 | Thanked: 10 times | Joined on Apr 2011
#9
yes, my problem was "2" ^). And I just replaced sh-call with "pwd=`sh -c 'read pwd; echo $pwd'` "... not so much a dialog as a "dialog"
---
watchdogs
echo "Enter PIN"
pwd=`sh -c 'read pwd; echo $pwd'`
killall watchdogs
---

Last edited by metawishmaster; 2011-05-29 at 10:28.
 

The Following User Says Thank You to metawishmaster For This Useful Post: