services/jellyfin: add -p to mkdir
This commit is contained in:
parent
dc8688e0c2
commit
5eb6f006e2
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ in
|
|||
system.activationScripts."jellyfin-create-bind-mount" = {
|
||||
deps = [ "users" "groups" ];
|
||||
text = ''
|
||||
mkdir ${dir}
|
||||
mkdir -p ${dir}
|
||||
chown jellyfin:jellyfin ${dir}
|
||||
chmod 700 ${dir}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue