New [WARN] in log since fresh 2.5.4_1

Hi all,
after a new installation (from scratch) of openhabian on a RPi4

i get now the following WARN in log:


2020-04-27 14:39:00.444 [WARN ] [rthome.model.script.actions.BusEvent] - Cannot convert ’
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.

sudo: no tty present and no askpass program specified
ON’ to a state type which item ‘stefsPhone1’ accepts: [OnOffType, UnDefType].
2020-04-27 14:39:00.446 [WARN ] [rthome.model.script.actions.BusEvent] - Cannot convert ’
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.

sudo: no tty present and no askpass program specified

What does this mean and what to do to get of this warning?

Thanks
Regards Stef

The warning comes from sudo. The very first time that a user runs sudo the get and must acknowledge this message. You need to run sudo as the user openhab and acknowledge the warning which you can do from your login account using sudo -u openhab sudo ls.