diff --git a/gestion/gen_confs/autostatus.py b/gestion/gen_confs/autostatus.py index c15e5a55..84d95b43 100755 --- a/gestion/gen_confs/autostatus.py +++ b/gestion/gen_confs/autostatus.py @@ -191,7 +191,7 @@ class autostatus(gen_config) : ######################## # on récupère la route vers l'extérieur - traceroute = commands.getoutput("/usr/bin/traceroute www.free.fr 2> /dev/null | sed 's/ */ /g' | sed 's/^ //g' | sed 's/[(,)]//g' | cut -d ' ' -f 2,3").split("\n") + traceroute = commands.getoutput("/usr/bin/traceroute www.free.fr 2> /dev/null | sed 's/\*//g' | sed 's/ */ /g' | sed 's/^ //g' | sed 's/[(,)]//g' | cut -d ' ' -f 2,3").split("\n") # initialisation des variables in_renater = 0