diff --git a/modules/applications/luash.lua b/modules/applications/luash.lua index 56bd4f2..bd192a4 100644 --- a/modules/applications/luash.lua +++ b/modules/applications/luash.lua @@ -1,7 +1,9 @@ function luash(si) spawn("lua shell",function() - repeat - until login() + if login then + repeat + until login() + end print("\f"..MOTD) print(_VERSION) while true do