1
0
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:
Natenom 2013-05-08 16:45:35 +02:00
parent bba2b55493
commit 79c18f4289

View File

@ -1,6 +1,7 @@
#!/bin/bash
LC_LANG=C
LC_ALL=C
MC_PORT=${0##*_}
if [ "$1" = "config" ]