mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
205a7e9b84
commit
0d3c7619b4
@@ -16,12 +16,12 @@
|
||||
],
|
||||
"name": "WIP - Collabora",
|
||||
"options": {
|
||||
"domain": "",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"aliasgroup1": "",
|
||||
"dictionaries": "",
|
||||
"extra_params": ""
|
||||
"domain": "",
|
||||
"extra_params": "",
|
||||
"password": "",
|
||||
"username": ""
|
||||
},
|
||||
"ports": {
|
||||
"9980/tcp": 9980
|
||||
@@ -30,13 +30,13 @@
|
||||
"9980/tcp": "Web interface"
|
||||
},
|
||||
"schema": {
|
||||
"domain": "str?",
|
||||
"username": "str?",
|
||||
"password": "password?",
|
||||
"TZ": "str?",
|
||||
"aliasgroup1": "str?",
|
||||
"dictionaries": "str?",
|
||||
"domain": "str?",
|
||||
"extra_params": "str?",
|
||||
"TZ": "str?"
|
||||
"password": "password?",
|
||||
"username": "str?"
|
||||
},
|
||||
"slug": "collabora",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
@@ -48,7 +48,7 @@ ln -sf "${CONFIG_DEST}" "${COOL_CONFIG}"
|
||||
SYSTEMPLATE_DIR="/opt/cool/systemplate/etc"
|
||||
if [ -d "${SYSTEMPLATE_DIR}" ]; then
|
||||
cp /etc/hosts "${SYSTEMPLATE_DIR}/hosts"
|
||||
cp /etc/hostname "${SYSTEMPLATE_DIR}/hostname" 2>/dev/null || true
|
||||
cp /etc/hostname "${SYSTEMPLATE_DIR}/hostname" 2> /dev/null || true
|
||||
cp /etc/resolv.conf "${SYSTEMPLATE_DIR}/resolv.conf"
|
||||
fi
|
||||
chown 1001 /opt/cool/systemplate
|
||||
|
||||
Reference in New Issue
Block a user