diff --git a/gestion/tools/who2b.py b/gestion/tools/who2b.py index 34c52e05..dc20a439 100644 --- a/gestion/tools/who2b.py +++ b/gestion/tools/who2b.py @@ -41,8 +41,8 @@ def liste_2b(): cprint('---=== Autres machines ===---', 'bleu') aff(machines) ttyfound = 1 - if gethostname() == 'egon': - cprint('---=== Who sur egon ===---', 'bleu') + if gethostname() == 'vo': + cprint('---=== Who sur vo ===---', 'bleu') ttyfound = system("/usr/bin/who | /bin/grep -E 'tty0| :0 | \(:0'") print '' if len(machines) != 0 or ttyfound == 0: