.
This commit is contained in:
parent
260a140a67
commit
7d8a3a430d
1 changed files with 5 additions and 1 deletions
|
|
@ -1,2 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec cage -d /usr/bin/firefox $@
|
|
||||||
|
b=/usr/bin/firefox
|
||||||
|
test -e /usr/bin/librewolf && b=/usr/bin/librewolf
|
||||||
|
|
||||||
|
exec cage -d "$b" $@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue