diff --git a/abctl_install.sh b/abctl_install.sh index 50cfbe2..5ed25a5 100755 --- a/abctl_install.sh +++ b/abctl_install.sh @@ -101,7 +101,7 @@ _extract_value() { _unique_id() { # looks like a ulid but the time piece is in ascii instead of 48 bits encoded local time="$(date +"%s000" | head -c 10)" - local rand="$(LC_ALL=C tr -dc A-Za-z0-9