I am writing a script which will need our helpdesk techs to add a couple parameters when running it with Casper Remote.
The problem i am having is that it won't pass Parameter 6. (I guess i should feed it more bran)
After testing and seeing failures, I added, at the beginning of the script,
echo $1; echo $2; echo $3; echo $4; echo $5; echo $6;
Just to see what was coming thorough and it shows me results for 1-5 and 6 is blank.
I run the script locally and get all 1-6.
I have checked and rechecked the syntax of my script... and am not treating $6 any differently than its neighbors...
Anyone else see this behavior before?
*pre-sending update*
I just tested entering in a parameter into #7 just for the hell of
it.... and now parameter 6 shows up... but not parameter 7
Peter