install: Update a comment for our post-/root/zulip world.

We may not necessarily be running out of /root/zulip or any particular path,
but the point this comment was really trying to make in the first place stands.
Make it more clearly and still-accurately.
This commit is contained in:
Greg Price 2017-08-09 17:30:47 -07:00 committed by Tim Abbott
parent 73cb361896
commit 0debc3f7ea
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ if [ -e "/var/run/supervisor.sock" ]; then
fi fi
# Drop any open connections to any old database. Hackishly call using # Drop any open connections to any old database. Hackishly call using
# source because postgres user can't read /root/zulip/scripts/setup. # `source`, because postgres user may not be able to read this directory
# if unpacked by root.
source "$(dirname "$0")/terminate-psql-sessions" postgres zulip zulip_base source "$(dirname "$0")/terminate-psql-sessions" postgres zulip zulip_base
( (