Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmra committed Dec 20, 2021
1 parent 0252937 commit c2dcac0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN apk add --no-cache git gcc libc-dev python3 bluez py3-pip py3-virtualenv py3
# exit 1;; \
# esac && \
mkdir /cync2mqtt && chmod 777 /cync2mqtt && \
python3 -mvenv /cync2mqtt && /cync2mqtt/bin/pip3 install git+https://github.com/zimmra/cync2mqtt.git && \
python3 -mvenv /cync2mqtt && /cync2mqtt/bin/pip3 install git+https://github.com/juanboro/cync2mqtt.git && \
curl -J -L -o /tmp/bashio.tar.gz "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" && \
mkdir /tmp/bashio && \
tar zxvf /tmp/bashio.tar.gz --strip 1 -C /tmp/bashio && \
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"mqtt:need"
],
"slug": "cync2mqtt",
"upstream": "dev.5",
"upstream": "dev.6",
"url": "https://github.com/zimmra/cync2mqtt-docker",
"version": "dev.5"
"version": "dev.6"
}
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
/cync2mqtt/bin/cync2mqtt /config/cync2mqtt/cync_mesh.yaml
/cync2mqtt/bin/cync2mqtt --log-level DEBUG /config/cync2mqtt/cync_mesh.yaml
2 changes: 1 addition & 1 deletion init/systemd/cync2mqtt.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description=cync2mqtt
After=network.target

[Service]
ExecStart=/cync2mqtt/bin/cync2mqtt /config/cync2mqtt/cync_mesh.yaml
ExecStart=/cync2mqtt/bin/cync2mqtt --log-level DEBUG /config/cync2mqtt/cync_mesh.yaml
Restart=always
User=root

Expand Down

0 comments on commit c2dcac0

Please sign in to comment.