On 14 August 2010 16:00, Brian Imbriani <[email protected]> wrote: > Actually, I found after digging a little deeper variable that this works > quite well (so far anyway) > add a cut command and boom! > > SRMAC=`echo $SUN_SUNRAY_TOKEN | cut -d'.' -f2` > > Anyone see any long-term problem with me using this method? >
With pseudo-tokens that information is useless. i.e. It won't work if you are using hot-desking. -- Kind regards, John Francis _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
