mirror of
https://github.com/cmur2/munin-mumble.git
synced 2024-12-22 12:54:28 +01:00
add LC_ALL=C – should solve "bash: printf: 2.091: invalid number" on non-decimal-point locales
This commit is contained in:
parent
bba2b55493
commit
79c18f4289
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
LC_LANG=C
|
LC_LANG=C
|
||||||
|
LC_ALL=C
|
||||||
MC_PORT=${0##*_}
|
MC_PORT=${0##*_}
|
||||||
|
|
||||||
if [ "$1" = "config" ]
|
if [ "$1" = "config" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user