owncast: fix archive permission

This commit is contained in:
Sandro - 2023-11-13 23:47:18 +01:00
parent 63380d51d8
commit f62a7bf461
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ in
};
tmpfiles.rules = [
"d ${cfg.targetDir} 0700 root nginx -"
"d ${cfg.targetDir} 0770 root nginx -"
];
};
};