From 387317217bb9b68a22eb193b6e4021782c13cffc Mon Sep 17 00:00:00 2001 From: buanet Date: Tue, 11 Oct 2022 08:11:39 +0200 Subject: [PATCH] testing --- .github/workflows/check-iobroker-versions.yml | 2 +- README.md | 2 +- debian/scripts/iobroker_startup.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-iobroker-versions.yml b/.github/workflows/check-iobroker-versions.yml index ac382c7..bb76eac 100644 --- a/.github/workflows/check-iobroker-versions.yml +++ b/.github/workflows/check-iobroker-versions.yml @@ -39,7 +39,7 @@ jobs: run: | git config --global user.name 'buanet' git config --global user.email 'info@buanet.de' - git commit -am "new js-controller release" + git commit -am "new ioBroker versions" git push - name: Trigger build debian latest (buanet) diff --git a/README.md b/README.md index e3923e2..e921f35 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Please do not use the issues for support questions. Not every error message is w ### Beta testing -If you want to get the newest features and changes feel free to use/ test the beta version of the Docker image. You can find the changelog for beta versions [here](https://github.com/buanet/ioBroker.docker/blob/dev/CHANGELOG.md). For more details and beta support join us at the "docker-image" chat on the [ioBroker Discord channel](https://discord.gg/Ne3y6fUac3). +If you want to get the newest features and changes feel free to use/ test the beta version of the Docker image. For more details and beta support join us at "beta testing & feedback" > "docker-image" on the [ioBroker Discord channel](https://discord.gg/Ne3y6fUac3). ### Support the project diff --git a/debian/scripts/iobroker_startup.sh b/debian/scripts/iobroker_startup.sh index 5bbf941..8d410c4 100644 --- a/debian/scripts/iobroker_startup.sh +++ b/debian/scripts/iobroker_startup.sh @@ -214,7 +214,7 @@ echo 'Done.' echo ' ' # checking hostname in ioBroker to match container hostname -if [[ $(bash iobroker object get system.adapter.admin.0 --pretty | grep -oP '(?<="host": ")[^"]*') != $(hostname) ]] && [[ "$multihost" != "slave" ]] +if [[ "$(bash iobroker object get system.adapter.admin.0 --pretty | grep -oP '(?<="host": ")[^"]*')" != "$(hostname)" ]] && [[ "$multihost" != "slave" ]] then echo "Hostname in ioBroker does not match the hostname of this container." echo -n "Updating hostname to " $(hostname)"... "