shawly / docker-nut

Docker container for https://github.com/blawar/NUT. "latest" & "v3" tags use stable release v3.3. "edge" tag uses latest master source code.
GNU General Public License v3.0
63 stars 8 forks source link

Update titledb flag is incorrect #5

Closed gritstub closed 1 year ago

gritstub commented 2 years ago

The script in /var/run/s6/etc/cont-init.d/03-update-titledb is looking for UPDATE_TITLEDB instead of TITLEDB_UPDATE.

The documentation says that the latter should be correct.

5: TITLEDB_UPDATE=${UPDATE_TITLEDB:-true}

shawly commented 1 year ago

Sorry for the late reply! Thanks for noticing, I fixed it right now. The next release will have this change.