mirror of
https://github.com/cmur2/munin-mumble.git
synced 2024-11-18 12:56:18 +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
|
||||
|
||||
LC_LANG=C
|
||||
LC_ALL=C
|
||||
MC_PORT=${0##*_}
|
||||
|
||||
if [ "$1" = "config" ]
|
||||
|
Loading…
Reference in New Issue
Block a user