Skip to content

Commit 340bcf0

Browse files
authored
Add support for apc_modbus (#449)
1 parent f147362 commit 340bcf0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

nut/DOCS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

nut/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ FROM ${BUILD_FROM}
66
# hadolint ignore=DL3003
77
RUN \
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/*

0 commit comments

Comments
 (0)