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"