fix smb.conf on rpc shutdown (#187)

* Update Dockerfile

* Update config.json
This commit is contained in:
Pascal Vizeli
2017-10-08 21:49:38 +02:00
committed by GitHub
parent b2caa2bba1
commit fad34976a0
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache jq samba-common-tools
RUN apk add --no-cache jq samba-common-tools samba-common
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "RPC Shutdown",
"version": "0.2",
"version": "0.3",
"slug": "rpc_shutdown",
"description": "Simple way for remote windows shutdowns",
"url": "https://home-assistant.io/addons/rpc_shutdown/",