
On autorise PYTHONIOENCODING à être transmi via un sudo et on met des export PYTHONIOENCODING=utf-8 \o/
3 lines
109 B
Bash
Executable file
3 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
export PYTHONIOENCODING=utf-8
|
|
LANG=fr_FR.UTF-8 sudo -u respbats /usr/scripts/gestion/whos_lc.py $*
|