Skip to content

Commit 0634601

Browse files
phracekpkubatrh
authored andcommitted
Update permissions also for micro images
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 1a43d6c commit 0634601

File tree

1 file changed

+2
-2
lines changed
  • 2.4-micro/root/usr/share/container-scripts/httpd

1 file changed

+2
-2
lines changed

2.4-micro/root/usr/share/container-scripts/httpd/common.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ root@${fqdn}
5353
EOF
5454
fi
5555

56-
chmod 644 ${sslcert}
57-
chmod 644 ${sslkey}
56+
chmod 640 ${sslcert}
57+
chmod 640 ${sslkey}
5858
}
5959

6060
config_general() {

0 commit comments

Comments
 (0)