aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-17 00:19:29 +0100
committerache <ache@ache.one>2018-02-17 00:19:29 +0100
commit7e61af304de5e14dd2700a9fa1cbcbace827bdf9 (patch)
treebd1bb648ff05d9c9e6e30288650394b519776dbb
parentFix dnsmasq of tethapp (diff)
Refactoring tethapp
-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