This commit is contained in:
buanet
2022-10-11 08:11:39 +02:00
parent d13c18f397
commit 387317217b
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ jobs:
run: | run: |
git config --global user.name 'buanet' git config --global user.name 'buanet'
git config --global user.email 'info@buanet.de' git config --global user.email 'info@buanet.de'
git commit -am "new js-controller release" git commit -am "new ioBroker versions"
git push git push
- name: Trigger build debian latest (buanet) - name: Trigger build debian latest (buanet)

View File

@@ -60,7 +60,7 @@ Please do not use the issues for support questions. Not every error message is w
### Beta testing ### 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 ### Support the project

View File

@@ -214,7 +214,7 @@ echo 'Done.'
echo ' ' echo ' '
# checking hostname in ioBroker to match container hostname # 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 then
echo "Hostname in ioBroker does not match the hostname of this container." echo "Hostname in ioBroker does not match the hostname of this container."
echo -n "Updating hostname to " $(hostname)"... " echo -n "Updating hostname to " $(hostname)"... "