mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-25 17:04:09 +00:00
accept arguments to TBB
This commit is contained in:
parent
fa74a53c55
commit
7e730382e4
1 changed files with 2 additions and 2 deletions
|
|
@ -16,11 +16,11 @@ if [ $? -eq 0 ]; then
|
|||
fi
|
||||
|
||||
# Attempt to run tor-browser-en.
|
||||
$FIREJAIL $TBB
|
||||
$FIREJAIL $TBB "$@"
|
||||
|
||||
# If it failed with exit code 139, set the PaX flags and run again.
|
||||
if [ $? -eq 139 ]; then
|
||||
echo 'setting PAX flags'
|
||||
setfattr -n user.pax.flags -v "m" "$BROWSER"
|
||||
$FIREJAIL $TBB
|
||||
$FIREJAIL $TBB "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue