Skip to main content

finish_remote_reboot

Function finish_remote_reboot 

Source
pub fn finish_remote_reboot(
    runner: &dyn ProcessRunner,
    session: &SshSession,
    answer: &str,
    sudo_password: Option<&str>,
) -> Result<()>