}
}
}
private int bootstrapSecureAdminFiles() throws CommandException {
RemoteCLICommand rc = new RemoteCLICommand("_bootstrap-secure-admin", this.programOpts, this.env);
rc.setFileOutputDirectory(instanceDir);
final int result = rc.execute(new String[] {"_bootstrap-secure-admin"});
return result;
}