File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
# (also removes 'telegraf' since we unconditionally add it and don't want it listed twice)
19
19
# see https://github.com/influxdata/influxdata-docker/issues/724
20
20
groups=" telegraf"
21
- extra_groups=" $( id -Gn) "
21
+ extra_groups=" $( id -Gn || true ) "
22
22
for group in $extra_groups ; do
23
23
case " $group " in
24
24
root | telegraf) ;;
Original file line number Diff line number Diff line change 18
18
# (also removes 'telegraf' since we unconditionally add it and don't want it listed twice)
19
19
# see https://github.com/influxdata/influxdata-docker/issues/724
20
20
groups=" telegraf"
21
- extra_groups=" $( id -Gn) "
21
+ extra_groups=" $( id -Gn || true ) "
22
22
for group in $extra_groups ; do
23
23
case " $group " in
24
24
root | telegraf) ;;
Original file line number Diff line number Diff line change 18
18
# (also removes 'telegraf' since we unconditionally add it and don't want it listed twice)
19
19
# see https://github.com/influxdata/influxdata-docker/issues/724
20
20
groups=" telegraf"
21
- extra_groups=" $( id -Gn) "
21
+ extra_groups=" $( id -Gn || true ) "
22
22
for group in $extra_groups ; do
23
23
case " $group " in
24
24
root | telegraf) ;;
Original file line number Diff line number Diff line change 18
18
# (also removes 'telegraf' since we unconditionally add it and don't want it listed twice)
19
19
# see https://github.com/influxdata/influxdata-docker/issues/724
20
20
groups=" telegraf"
21
- extra_groups=" $( id -Gn) "
21
+ extra_groups=" $( id -Gn || true ) "
22
22
for group in $extra_groups ; do
23
23
case " $group " in
24
24
root | telegraf) ;;
You can’t perform that action at this time.
0 commit comments