Fixed bug where wrong ID was used for local maintenance

This commit is contained in:
Patrick Linstruth 2018-10-17 16:03:19 -07:00
parent 2ba30d10c4
commit b0a99abc28

View File

@ -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");