From a473684d3fffcfa4d826e5175d5f19588774763f Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Mon, 10 Apr 2017 20:56:57 +0200 Subject: [PATCH] [whos] Explicit is better than implicit --- respbats/whos | 1 + 1 file changed, 1 insertion(+) diff --git a/respbats/whos b/respbats/whos index 95258e14..04b7d6b3 100755 --- a/respbats/whos +++ b/respbats/whos @@ -3,5 +3,6 @@ if [ `hostname` = "thot" ]; then export PYTHONIOENCODING=utf-8 LANG=fr_FR.UTF-8 sudo -u respbats /usr/scripts/gestion/whos_lc.py -w "$@" else + echo "Devrait être exécuté sur thot. Exécution en ssh." ssh thot whos "$@" fi -- GitLab