Sample env carries a version marker; install appends settings missing since the writing version

This commit is contained in:
mram
2026-09-21 08:54:47 +02:00
parent cf48796183
commit e46e92bee8
7 changed files with 239 additions and 46 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ func serviceCommand(configPath string, install, noCopy, elevatedChild bool) int
if abs, absErr := filepath.Abs(path); absErr == nil {
path = abs
}
err = service.Install(path, !noCopy)
err = service.Install(path, !noCopy, version)
} else {
err = service.Remove()
}