Skip to content

Commit 36c7c16

Browse files
SECURITY FIX - Change permissions on env.json
1 parent 4fed83c commit 36c7c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ set_permissions()
10161016

10171017
########## Website files
10181018

1019-
chmod 664 "${ALLSKY_ENV}"
1019+
chmod 660 "${ALLSKY_ENV}"
10201020
sudo chgrp "${ALLSKY_WEBSERVER_GROUP}" "${ALLSKY_ENV}"
10211021

10221022
# These directories aren't in GitHub so need to be manually created.

0 commit comments

Comments
 (0)