Skip to content

Commit 45ca882

Browse files
authored
Allow cli parameters to be given
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.
1 parent dc9df51 commit 45ca882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/influxdb/terminal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ echo "to exit type: EXIT"
1212
echo ""
1313
echo "docker exec -it influxdb influx"
1414

15-
docker exec -it influxdb influx
15+
docker exec -it influxdb influx $*

0 commit comments

Comments
 (0)