Skip to content

Commit

Permalink
Update Dockerfile nut-upsd (#140)
Browse files Browse the repository at this point in the history
Remove "$". There were 2 when only 1 was needed
  • Loading branch information
Alarez777 committed Dec 12, 2023
1 parent f29ea11 commit b818bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nut-upsd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV API_USER=upsmon \
SERVER=master \
USER=nut \
VENDORID=
HEALTHCHECK CMD upsc $$NAME@localhost:3493 2>&1|grep -q stale && exit 1 || true
HEALTHCHECK CMD upsc $NAME@localhost:3493 2>&1|grep -q stale && exit 1 || true

RUN apk add --update nut=$NUT_VERSION \
libcrypto1.1 libssl1.1 libusb musl net-snmp-libs
Expand Down

0 comments on commit b818bd8

Please sign in to comment.