Compare commits
2 Commits
de0d9f9e1e
...
0.1.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
c792445e0f
|
|||
|
76f5cf1853
|
@@ -2,7 +2,7 @@
|
|||||||
"name": "murmur - the mumble server",
|
"name": "murmur - the mumble server",
|
||||||
"url": "https://git.asperti.com/paspo/hassio-addons",
|
"url": "https://git.asperti.com/paspo/hassio-addons",
|
||||||
"image": "docker.asperti.com/paspo/hassio-murmur",
|
"image": "docker.asperti.com/paspo/hassio-murmur",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"slug": "murmur",
|
"slug": "murmur",
|
||||||
"description": "murmur - the mumble server",
|
"description": "murmur - the mumble server",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
|
|
||||||
bashio::log.info "Starting uMurmur..."
|
bashio::log.info "Starting uMurmur..."
|
||||||
exec /usr/bin/umurmurd -c /etc/umurmur/umurmurd.conf
|
exec /usr/bin/umurmurd -c /etc/umurmur/umurmurd.conf -d
|
||||||
Reference in New Issue
Block a user