retry icon indicating copy to clipboard operation
retry copied to clipboard

sleep: invalid time interval ‘0,6’

Open harobed opened this issue 6 years ago • 2 comments

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

harobed avatar Dec 28 '18 10:12 harobed

sleep 1m;

masharif46 avatar Jul 05 '19 14:07 masharif46

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?

kadwanev avatar Dec 21 '22 17:12 kadwanev