Fix service start log command escaping
All checks were successful
Build and Release / build-and-release (push) Successful in 2m6s

- Change --since="1 second ago" to --since='1 second ago'
- Fixes shell escaping issue preventing real-time logs
- Version bump to 0.1.83
This commit is contained in:
2025-11-19 11:49:08 +01:00
parent 505263cec6
commit 4f4ef6259b
5 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard"
version = "0.1.82"
version = "0.1.83"
edition = "2021"
[dependencies]