modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2024-06-18 08:31:51 +04:00
parent cdbe041226
commit 7ffbd6d735
1 changed files with 1 additions and 2 deletions

View File

@ -89,8 +89,7 @@ class launcher {
# puis lancer la commande
$cmd = new Cmd($args);
$cmd->addSource("/g/init.env");
$cmd->addRedir("both", $logfile);
#XXX prendre le fichier de log de $runfile si possible?
$cmd->addRedir("both", $logfile, true);
msg::debug("$pid: launching\n".$cmd->getCmd());
$cmd->fork_exec($exitcode);
msg::debug("$pid: exitcode=$exitcode");