Bug - Not A Bug cli_execute("logout") doesn't do anything in an ash script

Alhifar

Member
As the title says, cli_execute("logout") simply returns true without doing anything. logout works fine in the gcli normally, just not in an ash script.
 

Alhifar

Member
All I get with that exact same bit of code is the following, without getting logged off:
Code:
> ash cli_execute("logout");

Returned: true

EDIT: Decided to update since I was ~10 versions behind. Seems to have fixed it. Guess this can be closed.
 

Bale

Minion
I believe you stumbled across an actual bug, but didn't properly recognize it. I'll make a bug report and you can compare it to your experience.

Was this your problem?
 
Last edited:
Top