mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04: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)
|
||||
{
|
||||
if ($this->activationScript === null || trim($this->activationScript === null) === '') {
|
||||
if ($this->activationScript === null || trim($this->activationScript) === '') {
|
||||
// skip activation, could be done by external cron worker
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user