Oops, I forgot to add that in my script I actually was using a variable for /dev/sdd....
Quote:
|
In your example the single quotes should stop the shell from interpreting the contents in either case.
|
Well....crap.
Based upon your statement I tried again.
I finally realized I could use multiple sets of quotation marks.
This finally succeeded:
conky -t '${color green}'$BACKUPDISK' Temp:${color white} ${hddtemp '$BACKUPDISK'}' -x 290 -y 290
Oh well, I hope this helps future readers of this thread!
Thanks for the clue that helped me!