Closed dorel14 closed 10 months ago
Thank you, I'll look into it
yes the error message you're encountering (parsing "1,2": invalid syntax) suggests a locale issue as the script expects a dot (.) as the decimal separator, but the system locale is using a comma (,).
Could you help me test a possible solution?: to enforce a consistent locale setting for number parsing set the LC_NUMERIC environment variable to C (which uses a dot as the decimal separator) at the start of the script after the shebang. so please try to edit the first lines of the script so it looks like this:
#!/usr/bin/env bash
export LC_NUMERIC="C"
and report back if this solves your issue
Hi , it seems to be OK , no more error message with this locale
Glad to hear that, the next release will contain this patch among other improvements.
Describe the bug Hello I download the latest version , and i have this message when launchaing 5) start apps
Device (please complete the following information):
Version bullseye
Docker
To Reproduce Steps to reproduce the behavior:
Expected behavior I thought everything will start
For information when i test
i got