fix syntax error
This commit is contained in:
+1
-2
@@ -72,8 +72,7 @@ with lib; let
|
|||||||
+ strings.optionalString cfg.readarr.enable ''
|
+ strings.optionalString cfg.readarr.enable ''
|
||||||
chown -R readarr:root "${cfg.readarr.stateDir}"
|
chown -R readarr:root "${cfg.readarr.stateDir}"
|
||||||
find "${cfg.readarr.stateDir}" \( -type d -exec chmod 0700 {} + -true \) -o \( -exec chmod 0600 {} + \)
|
find "${cfg.readarr.stateDir}" \( -type d -exec chmod 0700 {} + -true \) -o \( -exec chmod 0600 {} + \)
|
||||||
'';
|
''
|
||||||
|
|
||||||
+ strings.optionalString cfg.jellyseerr.enable ''
|
+ strings.optionalString cfg.jellyseerr.enable ''
|
||||||
chown -R jellyseerr:root "${cfg.jellyseerr.stateDir}"
|
chown -R jellyseerr:root "${cfg.jellyseerr.stateDir}"
|
||||||
find "${cfg.jellyseerr.stateDir}" \( -type d -exec chmod 0700 {} + -true \) -o \( -exec chmod 0600 {} + \)
|
find "${cfg.jellyseerr.stateDir}" \( -type d -exec chmod 0700 {} + -true \) -o \( -exec chmod 0600 {} + \)
|
||||||
|
|||||||
Reference in New Issue
Block a user