diff --git a/install_yunohost b/install_yunohost index 0ff1af8..e0c1a9f 100755 --- a/install_yunohost +++ b/install_yunohost @@ -461,7 +461,7 @@ function is_raspbian() { } function user_pi_logged_out() { - who | grep pi > /dev/null && return 1 + who | grep -w pi > /dev/null && return 1 return 0 }