Closed Netherwhal closed 8 months ago
doing commands with ";" one assumes that there is a shell execution (the ";" commands separator is a shell functionality). We do not use a shell.
If you would like to have multiple commands please create a script an then add this to pre/post:
/path/tp/shell /path/to/script/as/argument
my bad, this was example config: https://github.com/DefGuard/gateway/blob/main/example-config.toml#L31
Ok so it's our bug ;-) sorry about that! will correct the example
Fixed the documentation.