Skip to content

Commit

Permalink
fix: change randstr function (gh actions compatible)
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m committed Feb 1, 2024
1 parent 566932d commit 304ab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage-multijuicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ failure() {
}

function randstr() {
</dev/urandom tr -dc 'A-Za-z0-9' | head -c 24; echo
dd bs=512 if=/dev/urandom count=1 2>/dev/null | LC_ALL=C tr -dc "a-zA-Z0-9" | head -c 24; echo
}

ARGS=("$@")
Expand Down

0 comments on commit 304ab55

Please sign in to comment.