Compare commits
3 Commits
1facd8a764
...
155ebbafcd
| Author | SHA1 | Date | |
|---|---|---|---|
| 155ebbafcd | |||
| 2fed80cdb2 | |||
| 318908d8ca |
@@ -366,10 +366,12 @@ let
|
|||||||
|
|
||||||
enabledInstances = lib.filterAttrs (_: inst: inst.enable) cfg;
|
enabledInstances = lib.filterAttrs (_: inst: inst.enable) cfg;
|
||||||
|
|
||||||
mkBazarrProviderSection = type: provider:
|
mkBazarrProviderSection =
|
||||||
|
type: provider:
|
||||||
let
|
let
|
||||||
ltype = lib.toLower type;
|
ltype = lib.toLower type;
|
||||||
in ''
|
in
|
||||||
|
''
|
||||||
# ${type} provider
|
# ${type} provider
|
||||||
echo "Checking ${type} provider..."
|
echo "Checking ${type} provider..."
|
||||||
PROVIDER_API_KEY=$(${grep} -oP '(?<=<ApiKey>)[^<]+' ${lib.escapeShellArg "${provider.dataDir}/config.xml"})
|
PROVIDER_API_KEY=$(${grep} -oP '(?<=<ApiKey>)[^<]+' ${lib.escapeShellArg "${provider.dataDir}/config.xml"})
|
||||||
|
|||||||
Reference in New Issue
Block a user