patricegautier / unifiZabbix

Zabbix templates to monitor pretty much all Unifi devices
181 stars 36 forks source link

Shebang in ssh-run.sh #89

Closed Uber1337NL closed 1 year ago

Uber1337NL commented 1 year ago

Please change the shebang in line 1 in the file ssh-run.sh From: #!/usr/local/bin/bash To: #!/usr/bin/env bash

Then is should work on more systems. /usr/LOCAL/bin/bash is far from default.

patricegautier commented 1 year ago

concur..

patricegautier commented 1 year ago

and done.