Daily.sh throwing error -- lang/*.js

This started happening within the last few days, just curious on how to fix it and maybe how to fix these issues going forward if they pop up:

sudo -u librenms /opt/librenms/daily.sh
Updating to latest codebase                        FAIL
error: Your local changes to the following files would be overwritten by merge:
	html/js/lang/de.js
	html/js/lang/en.js
	html/js/lang/fr.js
	html/js/lang/ru.js
	html/js/lang/uk.js
	html/js/lang/zh-TW.js
Please commit your changes or stash them before you merge.
Aborting
Updating Composer packages                         OK
Updating SQL-Schema                                OK
Updating submodules                                OK
Cleaning up DB                                     OK
Fetching notifications                             OK
Caching PeeringDB data                             OK

See: 1.60-56-g40cac40ae issue
The latest code fixes this if you do a “rm html/lang/*.js” first.

I’ll give that a shot, thank you!

Next time I’ll do a little better on searching for a known issue. :slight_smile: