mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-18 10:59:00 +02:00
fix packages check
This commit is contained in:
2
debian/scripts/iobroker_startup.sh
vendored
2
debian/scripts/iobroker_startup.sh
vendored
@@ -118,7 +118,7 @@ if [[ -f /opt/.firstrun ]]; then
|
|||||||
if [[ "$packages" != "" && "$offlinemode" = "true" ]]; then
|
if [[ "$packages" != "" && "$offlinemode" = "true" ]]; then
|
||||||
echo 'PACKAGES is set, but OFFLINE_MODE is \"true\". Skipping Linux package installation.'
|
echo 'PACKAGES is set, but OFFLINE_MODE is \"true\". Skipping Linux package installation.'
|
||||||
echo ' '
|
echo ' '
|
||||||
else
|
elif [[ "$packages" != "" ]]; then
|
||||||
echo 'PACKAGES is set. Installing additional Linux packages.'
|
echo 'PACKAGES is set. Installing additional Linux packages.'
|
||||||
echo "Checking the following packages:" $packages"..."
|
echo "Checking the following packages:" $packages"..."
|
||||||
echo $packages > /opt/scripts/.docker_config/.packages
|
echo $packages > /opt/scripts/.docker_config/.packages
|
||||||
|
|||||||
Reference in New Issue
Block a user