Closed
Description
My cron job crashes with
/bin/sh: (RANDOM\%3500)+1: syntax error: invalid arithmetic operator (error token is "\%3500)+1")
however if I take out the backslash and only leave
sleep $(((RANDOM%3500)+1))
it does seem to work.
Maybe point 3 in the https://wiki.almalinux.org/Mirrors.html page should be changed?
Metadata
Metadata
Assignees
Labels
No labels