From 7e61af304de5e14dd2700a9fa1cbcbace827bdf9 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 17 Feb 2018 00:19:29 +0100 Subject: Refactoring tethapp --- tethapp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tethapp.sh b/tethapp.sh index 969608c..adc9edd 100755 --- a/tethapp.sh +++ b/tethapp.sh @@ -47,7 +47,7 @@ echo echo 'Activation de IP fowarding' sudo sysctl -w net.ipv4.ip_forward=1 -if [ -z "${1}" ] ; then +if [ -z "${1}" ] ; then echo "Détection automatique de l'interface Wifi" interface=$(guess_wifi) else -- cgit v1.2.3