* don't check trusted/non-trusted in scripting interface
This commit is contained in:
parent
2c2ff2965d
commit
92ca448eb6
|
@ -125,11 +125,6 @@ def execute(Object... args) {
|
||||||
cmd = ['cmd', '/c'] + cmd
|
cmd = ['cmd', '/c'] + cmd
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_args.trustScript) {
|
|
||||||
_log.severe("Execute failed: Script is not trusted: " + cmd)
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
// run command and print output
|
// run command and print output
|
||||||
def process = cmd.execute()
|
def process = cmd.execute()
|
||||||
process.waitForProcessOutput(System.out, System.err)
|
process.waitForProcessOutput(System.out, System.err)
|
||||||
|
|
|
@ -1154,6 +1154,7 @@ RULLSTOL
|
||||||
RUNNER
|
RUNNER
|
||||||
RUSTLE
|
RUSTLE
|
||||||
RWD
|
RWD
|
||||||
|
Rx
|
||||||
Ryugan
|
Ryugan
|
||||||
S0LD13R
|
S0LD13R
|
||||||
S0NA
|
S0NA
|
||||||
|
|
Loading…
Reference in New Issue