Fixed auto-update execution
What's Fixed
- Auto-update now properly executes git commands and service restart
- Improved error logging to help diagnose any future update issues
Background
v1.2.0 introduced the chart persistence feature but the auto-update execution had an issue with shell context that prevented the update from completing. This patch fixes that issue.
How to Update
If you're still on v1.2.0:
- Git clone: Run 'git pull origin master'
- Docker: Pull latest image and redeploy
- Systemd: Run 'git pull' and restart the service
After updating to v1.2.1, the check-for-updates feature should work properly.