sysutils/monit: don't need this anymore

This commit is contained in:
Franco Fichtner
2017-04-20 21:55:30 +02:00
parent 1ec32e34f8
commit fb7f87609e
@@ -357,9 +357,6 @@ class SettingsController extends ApiControllerBase
Config::getInstance()->save();
$svcMonit = new ServiceController();
$result = $svcMonit->configtestAction();
if ($nodeType == 'general' && $node->enabled->__toString() == 0) {
$result['stop'] = $svcMonit->stopAction();
}
}
}
}