mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove user override in the job scheduler when executing jobs
This commit is contained in:
parent
c6498eda7e
commit
148d9d2d4d
1 changed files with 0 additions and 2 deletions
|
|
@ -112,8 +112,6 @@ class JobScheduler(ApiCaller):
|
|||
stdin=DEVNULL,
|
||||
stderr=STDOUT,
|
||||
env=self.__env,
|
||||
user=101,
|
||||
group=101,
|
||||
)
|
||||
except BaseException:
|
||||
success = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue