Adapt pmctl to new update package in portbase

This commit is contained in:
Daniel
2019-10-25 13:29:16 +02:00
parent bfde6cb044
commit 90c89eb012
7 changed files with 101 additions and 76 deletions

View File

@@ -87,7 +87,7 @@ func getServiceExecCommand(exePath string, escape bool) []string {
maybeEscape(exePath, escape),
"run",
"core-service",
"--db",
"--data",
maybeEscape(dataRoot.Path, escape),
"--input-signals",
}