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() );
|
syslog(LOG_INFO, infostring.str().c_str() );
|
||||||
std::cout << infostring.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
|
// d[3] Error Code Check for Rectifier
|
||||||
|
@ -416,4 +416,4 @@ void Task::execute( Conf * configuration, bool verbose )
|
||||||
// end d[1] Rectify Check
|
// end d[1] Rectify Check
|
||||||
// **********************************************
|
// **********************************************
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue