diff options
author | Excitable Snowball <excitablesnowball@gmail.com> | 2020-05-26 21:39:35 -0700 |
---|---|---|
committer | Excitable Snowball <excitablesnowball@gmail.com> | 2020-05-26 21:39:35 -0700 |
commit | 58b4f61385882e655c51e5502f190d0386c3b949 (patch) | |
tree | 61ebfa5dae1668e85c16a03f84a01eb0450bcca8 /zoom-firejail | |
parent | 5c1e9fb69ef94cf8e477db20604a458e7473dac0 (diff) |
0.1.5 - workaround for fish shell users
https://github.com/netblue30/firejail/issues/3434
Diffstat (limited to 'zoom-firejail')
-rwxr-xr-x | zoom-firejail | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zoom-firejail b/zoom-firejail index 46c3390..9bae8d1 100755 --- a/zoom-firejail +++ b/zoom-firejail @@ -1,2 +1,3 @@ #!/bin/sh -/usr/bin/firejail -- zoom "$@" +# `--shell=none` is a workaround for https://github.com/netblue30/firejail/issues/3434 +/usr/bin/firejail --shell=none -- zoom "$@" |