mirror of
https://github.com/linuxserver/docker-ddclient.git
synced 2026-02-20 03:15:49 +08:00
Fix perms to be consistent.
This commit is contained in:
parent
66d8f23929
commit
d29b2f8981
@ -13,13 +13,9 @@ mkdir -p \
|
||||
cp /config/ddclient.conf /ddclient.conf
|
||||
|
||||
# permissions
|
||||
chown abc:abc \
|
||||
/ddclient.conf
|
||||
chmod 600 \
|
||||
/ddclient.conf
|
||||
chown -R abc:abc \
|
||||
/config \
|
||||
/var/cache/ddclient \
|
||||
/var/run/ddclient
|
||||
chmod -R 765 \
|
||||
chmod -R 600 \
|
||||
/config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user