retry
retry copied to clipboard
sleep: invalid time interval ‘0,6’
I have this error on my host:
Before retry #1: sleeping 0,3 seconds
sleep: invalid time interval ‘0,3’
Try 'sleep --help' for more information.
Before retry #2: sleeping 0,6 seconds
sleep: invalid time interval ‘0,6’
Try 'sleep --help' for more information.
Before retry #3: sleeping 1,2 seconds
sleep: invalid time interval ‘1,2’
Try 'sleep --help' for more information.
Before retry #4: sleeping 2,4 seconds
sleep: invalid time interval ‘2,4’
Try 'sleep --help' for more information.
Before retry #5: sleeping 4,8 seconds
sleep: invalid time interval ‘4,8’
Try 'sleep --help' for more information.
Best regards, Stéphane
sleep 1m;
I was expecting this to be a problem. I just created a VM and set the locale to russian, expecting to use locale decimal_point
to do adjustments. But the script ran without error. Maybe my setting locale wasn't deep enough.
Could this be submitted as a PR please?