This commit is contained in:
Chris Josten 2021-05-16 20:55:26 +02:00
parent 2ac806f8e1
commit 7eeaf2ee94

View file

@ -238,7 +238,7 @@ public:
*/
bool gebruikersActief() {
auto resultaat = execute(["who"]);
return resultaat.output.splitLines().length 1= 0;
return resultaat.output.splitLines().length != 0;
}
void sluitAf() {