|
From: Antonio Q. <a...@un...> - 2020-07-21 19:05:47
|
Hi, On 21/07/2020 18:39, Gert Doering wrote: > In here, print & set > > if [ -z "$RUN_SUDO" ] > then > + echo "$0: no RUN_SUDO=... in t_client.rc or environment, defaulting to 'sudo'." >&2 > + echo " if that does not work, set RUN_SUDO= correctly for your system." >&2 > + RUN_SUDO=sudo" > fi > > done - less code, message conveyed if needed. > hmhmhmh makes sense. v2 incoming! -- Antonio Quartulli |