message in english

This commit is contained in:
Jérémy Lecour 2019-03-31 21:57:46 +02:00
parent e852827d9a
commit dac06e0858

View file

@ -87,7 +87,7 @@ if [ -e $PIDFILE ]; then
done
# Then kill the main PID.
kill -9 "$pid"
echo "$0 tourne encore (PID $pid). Processus killé" >&2
echo "$0 is still running (PID ${pid}). Process has been killed" >&2
fi
echo "$$" > $PIDFILE
# shellcheck disable=SC2064