install: Don't try to chown a self-signed cert to zulip.

The zulip user has no need to see this file; it's used by nginx.
And when we set up the cert early in install, there's no zulip user
yet anyway, so this fails.
This commit is contained in:
Greg Price 2018-02-08 17:08:16 -08:00
parent f68c485a86
commit 08135e3666
1 changed files with 0 additions and 1 deletions

View File

@ -77,4 +77,3 @@ openssl req -new -x509 \
chmod 644 "$CERTFILE"
chmod 640 "$KEYFILE"
chown zulip:zulip "$KEYFILE"