Quick question as I'm still learning. The addons I have built for tvheadend grabbers use #!/bin/sh at the top to make them executable as I work to develop under LE.
However, this apparently means the grabbers won't work on Ubuntu systems. That needs something like #!/bin/bash or #!/usr/bin/env bash
Does this mean I have to maintain two versions of the addon? Or is there a way to make this file executable on LE installations and other Linux installations like Ubuntu?