Hi
the "stone -text" is buggy. The problem is in the "etc/stone.d/gui_text.sh". patch-file: --------------------------------------------------- 67c67 < read -sr -n 1 input --- > read -r input 75c75 < [ "$input" = "[y]" ] && return 0 --- > [ "$y" = "[y]" ] && return 0 --------------------------------------------------- and it works. Thanks greetings Dan ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
