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
|
chown zulip:zulip /var/run/supervisor.sock
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd /home/zulip/deployments/current
|
|
||||||
|
|
||||||
set +x
|
set +x
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue