mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-02-28 07:11:39 +02:00
enhance logging/ fix typos
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user