Make sure that all command outputs are in english, so we can parse them correctly
Fix #49
This commit is contained in:
parent
ec0df440f8
commit
bec1513a07
@ -16,6 +16,11 @@
|
||||
# dependencies for 'bridge' Internet sharing method
|
||||
# bridge-utils
|
||||
|
||||
|
||||
# make sure that all command outputs are in english
|
||||
# so we can parse them correctly
|
||||
export LC_ALL=C
|
||||
|
||||
usage() {
|
||||
echo "Usage: $(basename $0) [options] <wifi-interface> [<interface-with-internet>] [<access-point-name> [<passphrase>]]"
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user