From b0a99abc2813b1b27a98c0613cd9e627cb67158d Mon Sep 17 00:00:00 2001 From: Patrick Linstruth Date: Wed, 17 Oct 2018 16:03:19 -0700 Subject: [PATCH] Fixed bug where wrong ID was used for local maintenance --- rdservice/maint_routines.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdservice/maint_routines.cpp b/rdservice/maint_routines.cpp index 75b1e30e..8f5c3cd3 100644 --- a/rdservice/maint_routines.cpp +++ b/rdservice/maint_routines.cpp @@ -93,7 +93,7 @@ void MainObject::RunSystemMaintRoutine() void MainObject::RunLocalMaintRoutine() { - RunEphemeralProcess(RDSERVICE_SYSTEMMAINT_ID, + RunEphemeralProcess(RDSERVICE_LOCALMAINT_ID, QString(RD_PREFIX)+"/bin/rdmaint",QStringList()); rda->log(RDConfig::LogInfo,"ran local maintenance routines");