[email protected] wrote: > Is there anything in my dongle.bin.config that could be an issue with > stuttering?
Looks fine to me. > TZ='MST+7MDT,M3.2.0/2,M11.1.0/2' ; export TZ > echo "TZ='MST+7MDT,M3.2.0/2,M11.1.0/2'; export TZ" > /etc/shell.config; I'd structure that differently so you don't need to repeat the time zone twice. I use: # set time zone echo "TZ=EST+5EDT,M3.2.0/2,M11.1.0/2; export TZ" > /etc/shell.config . /etc/shell.config But this doesn't affect the functionality. -Tom ------------------------------------------------------------------------------ _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
