* 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
|
||||
}
|
||||
|
||||
if (!_args.trustScript) {
|
||||
_log.severe("Execute failed: Script is not trusted: " + cmd)
|
||||
return -1
|
||||
}
|
||||
|
||||
// run command and print output
|
||||
def process = cmd.execute()
|
||||
process.waitForProcessOutput(System.out, System.err)
|
||||
|
|
|
@ -1154,6 +1154,7 @@ RULLSTOL
|
|||
RUNNER
|
||||
RUSTLE
|
||||
RWD
|
||||
Rx
|
||||
Ryugan
|
||||
S0LD13R
|
||||
S0NA
|
||||
|
|
Loading…
Reference in New Issue