mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 15:12:34 +02:00
Fixed bug where wrong ID was used for local maintenance
This commit is contained in:
parent
2ba30d10c4
commit
b0a99abc28
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user