Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleexample.ecf
%include <head.h>

ecflow_client --alter add variable ECG_LOGHOST %HOST% %ECF_NAME%
ecflow_client --alter add variable ECG_LOGPORT 9316 %ECF_NAME%

....
....

ecflow_client --alter delete variable ECG_LOGHOST  %ECF_NAME%
ecflow_client --alter delete variable ECG_LOGPORT  %ECF_NAME%

%include <tail.h>


All this works, but it does add a lot of overhead.

...