Adaptation à jessie sur les tty
This commit is contained in:
parent
607c1b8855
commit
12e755fa64
1 changed files with 2 additions and 2 deletions
|
@ -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"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue