enhance logging/ fix typos

This commit is contained in:
buanet
2023-11-06 16:57:56 +01:00
parent cef5ed1ef5
commit b626063647
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
## Changelog
### v9.1.0-beta.2 (coming soon)
* enhance logging/ fix typos
* add env PACKAGES_UPDATE and remove automatic package updates on first container start
* improve setuid/setgid handling during startup ([#397](https://github.com/buanet/ioBroker.docker/issues/397))
* move maintenance script registration to dockerfile ([#390](https://github.com/buanet/ioBroker.docker/issues/390))

View File

@@ -58,7 +58,7 @@ if [[ "$1" == "-install" ]]; then
fi
done
elif [[ "$1" == "-update" ]]; then
echo -n "Updating Linux packages on first run... "
echo -n "PACKAGES_UPDATE is set. Updating Linux packages on first run... "
apt-get -q update >> /opt/scripts/setup_packages.log 2>&1
return1=$?
apt-get -q -y upgrade >> /opt/scripts/setup_packages.log 2>&1