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:
glitsj16 2021-02-15 07:26:30 +00:00 committed by GitHub
parent 5789d97945
commit b3fb4cbe5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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