I have many lines of code in my sh file. I need to find the date in my sh file. I have been using this sh file on another linux powered pc for the last 7 years without any issues. Now I would like to use it in HA.
The date command (and many others, I presume) in my HA ssh addon is actually Busybox, and not a GNU tool. It most likely doesn’t support the same range of options that you’d get from a standard Linux host.