mirror of https://github.com/zulip/zulip.git
install: Remove unnecessary cd command at end.
This commit is contained in:
parent
2af176709a
commit
084d504c39
|
@ -106,8 +106,6 @@ if [ -e "/var/run/supervisor.sock" ]; then
|
|||
chown zulip:zulip /var/run/supervisor.sock
|
||||
fi
|
||||
|
||||
cd /home/zulip/deployments/current
|
||||
|
||||
set +x
|
||||
cat <<EOF
|
||||
|
||||
|
|
Loading…
Reference in New Issue