aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar pirate486743186 <okgomdjgbmoij@gmail.com>2021-08-30 21:03:11 +0200
committerLibravatar pirate486743186 <okgomdjgbmoij@gmail.com>2021-08-30 21:03:11 +0200
commit8bf3bb2c4eca3b60d2d3939b7934e2069834d271 (patch)
treee758dd8d828899c57136309171b63721c060de98
parentmerges (diff)
downloadfirejail-8bf3bb2c4eca3b60d2d3939b7934e2069834d271.tar.gz
firejail-8bf3bb2c4eca3b60d2d3939b7934e2069834d271.tar.zst
firejail-8bf3bb2c4eca3b60d2d3939b7934e2069834d271.zip
fix duplicate global
-rw-r--r--etc/profile-a-l/gallery-dl.profile3
-rw-r--r--etc/profile-m-z/yt-dlp.profile3
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/profile-a-l/gallery-dl.profile b/etc/profile-a-l/gallery-dl.profile
index b2f482835..9c8200dc4 100644
--- a/etc/profile-a-l/gallery-dl.profile
+++ b/etc/profile-a-l/gallery-dl.profile
@@ -5,7 +5,8 @@ quiet
5# Persistent local customizations 5# Persistent local customizations
6include gallery-dl.local 6include gallery-dl.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8# added by included profile
9#include globals.local
9 10
10noblacklist ${HOME}/.config/gallery-dl 11noblacklist ${HOME}/.config/gallery-dl
11noblacklist ${HOME}/.gallery-dl.conf 12noblacklist ${HOME}/.gallery-dl.conf
diff --git a/etc/profile-m-z/yt-dlp.profile b/etc/profile-m-z/yt-dlp.profile
index ab90c837e..1c3382a08 100644
--- a/etc/profile-m-z/yt-dlp.profile
+++ b/etc/profile-m-z/yt-dlp.profile
@@ -5,7 +5,8 @@ quiet
5# Persistent local customizations 5# Persistent local customizations
6include yt-dlp.local 6include yt-dlp.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8# added by included profile
9#include globals.local
9 10
10noblacklist ${HOME}/.cache/yt-dlp 11noblacklist ${HOME}/.cache/yt-dlp
11noblacklist ${HOME}/.config/yt-dlp 12noblacklist ${HOME}/.config/yt-dlp