]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Don't write one log-file for all users in /tmp directory (fix for bug IPAL9117).
authormkr <mkr@opencascade.com>
Wed, 22 Jun 2005 09:31:21 +0000 (09:31 +0000)
committermkr <mkr@opencascade.com>
Wed, 22 Jun 2005 09:31:21 +0000 (09:31 +0000)
src/ResourcesManager/SALOME_ResourcesManager.cxx

index da3c8997719c5ed064796246f516d69831eba151..244bd96ff2c32242e68ceab7d41f19e813193529 100644 (file)
@@ -254,6 +254,8 @@ string SALOME_ResourcesManager::BuildCommandToLaunchLocalContainer(const char *c
   command+=containerName;
   command += "_";
   command += GetHostname();
+  command += "_";
+  command += getenv( "USER" ) ;
   command += ".log 2>&1 &" ;
   cout << "Command is ... " << command << endl << flush;
   return command;