Small enhancement in CutyCapt command.
* Removed path to avoid problems if CutyCapt is not installed under "/usr/bin/". FEA: ItEr68S08PrintingSupport
This commit is contained in:
parent
e56ceadadf
commit
b511dff794
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ public class CutyPrint {
|
|||
|
||||
private static final Log LOG = LogFactory.getLog(CutyPrint.class);
|
||||
|
||||
private static final String CUTYCAPT_COMMAND = "/usr/bin/CutyCapt ";
|
||||
private static final String CUTYCAPT_COMMAND = "CutyCapt ";
|
||||
// Estimated maximum execution time (ms)
|
||||
|
||||
private static final int CUTYCAPT_TIMEOUT = 100000;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue