Closed kullmanp closed 2 years ago
It's useful to give command line parameters to influxdb like this:
.templates/influxdb/terminal.sh -precision rfc3339
This change just gives parameters on to the influx command.
Should use "$@" to actually pass all parameters quoted the same as originally:
"$@"
https://stackoverflow.com/questions/4824590/propagate-all-arguments-in-a-bash-shell-script/4824637#4824637
Might not be a problem in actual use-cases.
It's useful to give command line parameters to influxdb like this:
.templates/influxdb/terminal.sh -precision rfc3339
This change just gives parameters on to the influx command.