mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
LegacyDeploymentApi: Call activation tool to deploy a new stage
refs #13049
This commit is contained in:
parent
660f41f94d
commit
a3d69c4f4c
@ -291,7 +291,7 @@ class LegacyDeploymentApi implements DeploymentApiInterface
|
|||||||
*/
|
*/
|
||||||
protected function activateStage($stage)
|
protected function activateStage($stage)
|
||||||
{
|
{
|
||||||
if ($this->activationScript === null || trim($this->activationScript === null) === '') {
|
if ($this->activationScript === null || trim($this->activationScript) === '') {
|
||||||
// skip activation, could be done by external cron worker
|
// skip activation, could be done by external cron worker
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user