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