if (exitValue == EXIT_VAL_CMDEXEC_TERMINATED) {
state = Host.State.COPY_TIMEOUT_INSTALL_COMPONENT;
if (copyCmd != null) {
copyCmd.setFirstLogMessage("Timeout while copying the " + autoConfFile + " script to host " + host.getHostname() + " via " + variables.getProperty(VAR_COPY_COMMAND) + " command!\nMaybe a password is expected. Try the command in the terminal first.");
log = copyCmd.generateLog(msgs);
}
} else if (exitValue == EXIT_VAL_CMDEXEC_INTERRUPTED) {
state = Host.State.CANCELED;
if (copyCmd != null) {
copyCmd.setFirstLogMessage("Cancelled copy action!");