mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 18:55:32 +01:00
fix smb.conf on rpc shutdown (#187)
* Update Dockerfile * Update config.json
This commit is contained in:
@@ -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 /
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user