It seems that the message is caused by following line in the script: ps -A | grep deluged >>/dev/null
which should be: ps -A | grep deluged >/dev/null instead. Don't know if it still can be considered as a bug or just as an user error? greetings, vitaminx -- irc ..... #callistix @ freenode mail ..... [email protected] www ..... http://www.callistix.net/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

