Skip to content

Commit

Permalink
Merge pull request #94 from radjah/patch-1
Browse files Browse the repository at this point in the history
net-vgn/zeronet: Fix permissions.

This commit resolves an install-time issue with ZeroNet log directory permissions. Thanks to @radjah for the brutal one-liner!
  • Loading branch information
leycec authored Dec 30, 2020
2 parents ad9876a + 785fc4c commit a7ca6cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net-vpn/zeronet/zeronet-0.7.1-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ errors will be displayed on attempting to browse with any other browser.
fowners ${PN}:${PN} \
"${ZERONET_CONF_FILE}" \
"${ZERONET_LOG_DIR}" \
"${ZERONET_LOG_DIR}/"* \
|| die '"fowners" failed.'
shopt -u nullglob

Expand Down

0 comments on commit a7ca6cf

Please sign in to comment.