jellyfin-plugin-template icon indicating copy to clipboard operation
jellyfin-plugin-template copied to clipboard

README.md: Fix sh UUID generator and make call to head POSIX-compliant

Open mrnoname1000 opened this issue 1 year ago • 0 comments

In awk, substr starts its indexing at 1, so the fourth word of the UUIDs generated before would never start with "b" and would start with "8" twice as often as any other character.

Also, even though I can't find an implementation of head that errors with -1, -n1 is the POSIX-compliant way and it's a harmless change in any case.

mrnoname1000 avatar Oct 19 '23 23:10 mrnoname1000