echo ""
echo "Welcome to the CMC-TC Master application."
echo "Please wait while the application is initialized..."
echo ""
export DISPLAY=127.0.0.1:0.0
/sbin/start_synch1 > /dev/null 2>&1
echo "Press the ENTER key to start the graphical user interface..."
echo ""
read input
/usr/X11R6/bin/startx
