- Fixed #1015 and #1017 linux agent fails to install when /tmp is locked down (like cpanel)
- Fixed #1013 Double-click remote background action not setting correct tabs for windows agents
- Remove DOS carriage returns when running scripts on linux agent (was preventing the shebang from being properly read)
- Set locale during linux mesh agent install to fix mesh install errors
- Added
--debug
flag to linux agent install script
Added a troubleshooting script for meshcentral integration errors:
Standard Install:
/rmm/api/env/bin/python /rmm/api/tacticalrmm/manage.py check_mesh
Docker Install:
sudo docker-compose exec tactical-backend python manage.py check_mesh
Full Changelog: v0.12.0...v0.12.1