fixed missing vars load on post-rectification execution
parent
722688ebf3
commit
8f6f7761c4
|
@ -306,7 +306,7 @@ void Task::execute( Conf * configuration, bool verbose )
|
|||
syslog(LOG_INFO, infostring.str().c_str() );
|
||||
std::cout << infostring.str();
|
||||
|
||||
int rectifier_error = Sproc::execute( rectifier_command );
|
||||
int rectifier_error = Sproc::execute( "source " + configuration->get_env_vars_file() + " && " + rectifier_command );
|
||||
|
||||
// **********************************************
|
||||
// d[3] Error Code Check for Rectifier
|
||||
|
|
Loading…
Reference in New Issue