481482483484485486487488489490491
final ProcessExecutor pe = new ProcessExecutor(cmda); if (info.dryRun) cleanupManifest(); else pe.execute(); //throws ExecException in case of an error if (info.trace) printOut("Imported the SMF Service: " + info.fqsn); return (true); }