mirror of
https://github.com/linuxserver/docker-radarr.git
synced 2025-04-19 03:44:57 -04:00
7 lines
82 B
Text
7 lines
82 B
Text
#!/usr/bin/with-contenv bash
|
||
|
||
# permissions
|
||
chown -R abc:abc \
|
||
/config \
|
||
/app
|
||
|