...
To get round this we can specify the user:
Code Block export ECF_USER=fred; ecflow_client --ping # send a message to the server posing as user fred
- ecflow_client --user fred --ping
...
...
To get round this we can specify the user:
| Code Block |
|---|
export ECF_USER=fred; ecflow_client --ping # send a message to the server posing as user fred |
...