I set an item to get the md5 of a file.
Here is the item:
system.run[md5sum /etc/key | awk '{print $1}']
But sometimes, the file isn't changed, but the md5 result is wrong, like the picture below
It dosen't show often. But it really affects us.
Is there any solutions?
Here is the item:
system.run[md5sum /etc/key | awk '{print $1}']
But sometimes, the file isn't changed, but the md5 result is wrong, like the picture below
It dosen't show often. But it really affects us.
Is there any solutions?