mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-02-05 04:59:42 +08:00
Set permissions
This commit is contained in:
parent
8d00c24ac1
commit
47cb2ee5eb
@ -8,4 +8,9 @@ if [ ! -f /config/nginx/proxy-confs/dashboard.subdomain.conf ]; then
|
||||
cp /dashboard/dashboard.subdomain.conf.sample /config/nginx/proxy-confs/dashboard.subdomain.conf
|
||||
fi
|
||||
|
||||
# permissions
|
||||
chown -R abc:abc \
|
||||
/dashboard \
|
||||
/config/nginx/proxy-confs/dashboard.subdomain.conf
|
||||
|
||||
echo "Applied the SWAG dashboard mod"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user