aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtethapp.sh2
1 files changed, 1 insertions, 1 deletions
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