scripts/gestion/tools/who2b
Daniel STAN 7ab984dc69 [who2b/vo] fgconsole = tty en cours
Par contre, fgconsole ne s'execute qu'en root
2013-03-17 13:42:35 +01:00

8 lines
149 B
Bash
Executable file

#!/bin/bash
if [ `hostname` != "vo" ]; then
echo "Merci d'executer ce script sur vo."
exit 1
fi
sudo -u root /usr/scripts/gestion/tools/who2b.py