n-i-x

Results 22 comments of n-i-x

I diff'd the configs in the database and discovered that the Global Settings is changing the value of settings['shell'] from [] to [""]. This prevents the shell from working.

It appears the issue is here: https://github.com/filebrowser/filebrowser/blob/master/runner/parser.go#L29 The command[0] becomes the value of the Shell setting. By default, when saving from the UI, this will be "". The command is...