mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-17 14:11:14 +01:00
Fixed bug where wrong ID was used for local maintenance
This commit is contained in:
@@ -93,7 +93,7 @@ void MainObject::RunSystemMaintRoutine()
|
|||||||
|
|
||||||
void MainObject::RunLocalMaintRoutine()
|
void MainObject::RunLocalMaintRoutine()
|
||||||
{
|
{
|
||||||
RunEphemeralProcess(RDSERVICE_SYSTEMMAINT_ID,
|
RunEphemeralProcess(RDSERVICE_LOCALMAINT_ID,
|
||||||
QString(RD_PREFIX)+"/bin/rdmaint",QStringList());
|
QString(RD_PREFIX)+"/bin/rdmaint",QStringList());
|
||||||
|
|
||||||
rda->log(RDConfig::LogInfo,"ran local maintenance routines");
|
rda->log(RDConfig::LogInfo,"ran local maintenance routines");
|
||||||
|
|||||||
Reference in New Issue
Block a user