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.
 
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.
 
Back
Top