mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Fix script command
This commit is contained in:
parent
e894390124
commit
4b297f1ce8
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ public class TerminalLauncher {
|
||||||
} else {
|
} else {
|
||||||
var content =
|
var content =
|
||||||
"""
|
"""
|
||||||
script -Command "%s" "%s"
|
script --command "%s" "%s"
|
||||||
"""
|
"""
|
||||||
.formatted(preparationScript, logFile);
|
.formatted(preparationScript, logFile);
|
||||||
var ps = ScriptHelper.createExecScript(sc.getShellDialect(), sc, content);
|
var ps = ScriptHelper.createExecScript(sc.getShellDialect(), sc, content);
|
||||||
|
|
Loading…
Reference in a new issue