Actions
action #10434
closedUse predicatable strings in script_run
Start date:
2016-01-26
Due date:
% Done:
0%
Estimated time:
Description
We used time() before and now use random_string() to mark unique strings in serial0. But both have the disadvantage that they pollute the
screen with unpredictable strings - and making it harder to needle.
One idea is to hash the command used - but we need to find a neat hash function returning a short string
Actions