1
1
Fork 0

renamed fufu to mediacontrol

This commit is contained in:
David Starzengruber 2011-06-27 19:49:04 +02:00
parent 6ffc120453
commit 5c8f984fb0
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ vncconnect()
# check if mediacenter is up
isitup
if [ $? = 0 ]; then
vncviewer $ipaddr
vncviewer $ipaddr &> /dev/null &
else
dialog --backtitle "Media Center Control" --title "Info" --msgbox "\n\n mediacenter@$ipaddr unreachable" 9 55
fi
@ -152,5 +152,5 @@ while [ 1 ]; do
navigation
done
exit 0
# end of script