Skip to content

Commit d29b2f8

Browse files
CHBMBthelamer
authored andcommitted
Fix perms to be consistent.
1 parent 66d8f23 commit d29b2f8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

root/etc/cont-init.d/30-config

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ mkdir -p \
1313
cp /config/ddclient.conf /ddclient.conf
1414

1515
# permissions
16-
chown abc:abc \
17-
/ddclient.conf
18-
chmod 600 \
19-
/ddclient.conf
2016
chown -R abc:abc \
2117
/config \
2218
/var/cache/ddclient \
2319
/var/run/ddclient
24-
chmod -R 765 \
20+
chmod -R 600 \
2521
/config

0 commit comments

Comments
 (0)