mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Avoid doubled include globals.local
The final profile in the include chain - torbrowser-launcher.profile - already includes globals.local. Unless there's some kind of potential race condition that needs to be avoided by changing this 'logic' we should avoid doubled includes.
This commit is contained in:
parent
5789d97945
commit
b3fb4cbe5f
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
# Persistent local customizations
|
||||
include start-tor-browser.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
# Redirect
|
||||
include start-tor-browser.desktop.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue