mirror of https://github.com/zulip/zulip.git
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:
parent
73cb361896
commit
0debc3f7ea
|
@ -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
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue