From a34c602925011e5e079767b4fc8fb9709c29a6fd Mon Sep 17 00:00:00 2001 From: mkocer Date: Mon, 25 Mar 2013 22:01:33 +0100 Subject: [PATCH] LANG issue corrected --- WiFi_Check | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WiFi_Check b/WiFi_Check index 9de6f91..97a8040 100644 --- a/WiFi_Check +++ b/WiFi_Check @@ -36,6 +36,8 @@ lockfile='/var/run/WiFi_Check.pid' # Which Interface do you want to check/fix wlan='wlan0' +# Set LANG to C in order to get right parse when using other LANG +LANG=C ################################################################## echo echo "Starting WiFi check for $wlan"