Skip to content

Commit

Permalink
install: fix issue with permissions for key files, see #114
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinLiebl committed Jan 6, 2018
1 parent c7ec2d5 commit 7853421
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions install.sh
Expand Up @@ -428,6 +428,8 @@ then
fi

chown -R $SECPI_USER:$SECPI_GROUP $SECPI_PATH
# fix permissions for key files, see #114, TODO: reevaluate for better solution
chmod +r $CERT_PATH/*

# reload systemd, but don't write anything if systemctl doesn't exist
systemctl daemon-reload > /dev/null 2>&1
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
1.0.3
1.0.4

0 comments on commit 7853421

Please sign in to comment.