From bf1117db75cfdc65d2d2691a8d5747be2b2126ea Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 19 May 2020 10:18:35 +0200 Subject: #942 add WoL on commands, procedures and tasks (web) --- admin/WebConsole/comandos/gestores/gestor_Comandos.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'admin') diff --git a/admin/WebConsole/comandos/gestores/gestor_Comandos.php b/admin/WebConsole/comandos/gestores/gestor_Comandos.php index 664307be..64e159af 100644 --- a/admin/WebConsole/comandos/gestores/gestor_Comandos.php +++ b/admin/WebConsole/comandos/gestores/gestor_Comandos.php @@ -242,8 +242,7 @@ if($sw_ejya=='on' || $sw_ejprg=="on" ){ $ValorParametros=extrae_parametros($parametros,chr(13),'='); $script=@urldecode($ValorParametros["scp"]); if($sw_ejya=='on'){ - if ($sw_seguimiento == 1 && - $idcomando != OG_CMD_ID_WAKEUP) { + if ($sw_seguimiento == 1) { $when = now_params(); $resul = create_schedule(strval($sesion), $EJECUCION_PROCEDIMIENTO, -- cgit v1.2.3-18-g5258