File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,8 +128,7 @@ _Refer to the [`ups.conf(5)`][ups-conf] documentation for more information._
128128
129129# ### Sub-option: `name`
130130
131- The name of the UPS. The name `default` is used internally, so you can’t use
132- it in this file.
131+ The name of the UPS. You cannot use any space characters or the name `default`.
133132
134133# ### Sub-option: `driver`
135134
Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ FROM ${BUILD_FROM}
66# hadolint ignore=DL3003
77RUN \
88 apt-get update \
9- && apt-get install -y --no-install-recommends\
9+ && apt-get install -y --no-install-recommends \
1010 nut=2.8.1-5 \
1111 nut-snmp=2.8.1-5 \
1212 nut-xml=2.8.1-5 \
13+ nut-modbus=2.8.1-5 \
1314 usbutils=1:018-2 \
1415 && apt-get clean \
1516 && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments