diff --git a/gestion/tools/who2b.py b/gestion/tools/who2b.py index a9331109..a0992831 100755 --- a/gestion/tools/who2b.py +++ b/gestion/tools/who2b.py @@ -85,7 +85,7 @@ def liste_2b(warn_mail=[]): # Utilisateurs connectés sur vo sur place if gethostname() == 'vo': cprint('---=== W(ho) sur vo ===---', 'bleu') - ttyfound = system("/usr/bin/w -s | grep tty`fgconsole`") + ttyfound = system("/usr/bin/w -s | grep ?xdm?") print '' # Conclusion @@ -93,7 +93,7 @@ def liste_2b(warn_mail=[]): cprint("---=== Il y a du monde au 2B ! ===---", 'vert') else: cprint("---=== Il semble n'y avoir personne au 2B ... ===---", 'rouge') - + if __name__ == '__main__': if '--warn-tpe' in sys.argv: liste_2b(warn_mail=["terminal"])