class

Fluxion::Executor::DefaultShellExecutor

Inherits Fluxion::Executor::StepExecutor < Reference < Object

default-shell — change the login shell.

Constants

TIMEOUT = 30.seconds

Instance methods

commands(step : Step, item : ModuleItem) : Array(Command)

Commands for one item, in order. Empty means there is nothing to do.

Source
execute(step : Step, item : ModuleItem, runner : ShellRunner, &sink : String -> ) : StepResult

Setting a login shell that does not exist locks the user out of their own account, so this is checked before the change rather than after.

Source
supports?(step : Step) : Bool
Source