1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* don't check trusted/non-trusted in scripting interface

This commit is contained in:
Reinhard Pointner 2012-08-19 03:04:57 +00:00
parent 2c2ff2965d
commit 92ca448eb6
2 changed files with 1 additions and 5 deletions

View File

@ -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)

View File

@ -1154,6 +1154,7 @@ RULLSTOL
RUNNER
RUSTLE
RWD
Rx
Ryugan
S0LD13R
S0NA