Describe the bug
The "AUTO_SYNC" Parameter requires the variable to exactly be YES, otherwise, it will not be enabled.
To Reproduce
Steps to reproduce the behavior:
Start a container with "AUTO_SYNC" set to "true"
Observe that no connection to feed.community.greenbone.net happens, and running the sync script manually exits instantly
Kill the container
Restart a new container with "AUTO_SYNC" set to "YES", or unset
Observe that the container syncs normally now
Expected behavior
This is inconsistent with other variables, such as HTTPS or SSHD, which use 'true' instead
The default docker-compose.yml also contains AUTO_SYNC set to "true" instead of "YES".
Describe the bug The "AUTO_SYNC" Parameter requires the variable to exactly be
YES
, otherwise, it will not be enabled.To Reproduce Steps to reproduce the behavior:
Expected behavior This is inconsistent with other variables, such as HTTPS or SSHD, which use 'true' instead The default docker-compose.yml also contains AUTO_SYNC set to "true" instead of "YES".
Image in use: