From 084d504c39765e5820840fac6e164c968857c28a Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sun, 31 Jul 2016 15:13:34 -0700 Subject: [PATCH] install: Remove unnecessary cd command at end. --- scripts/lib/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/lib/install b/scripts/lib/install index d8a126db95..c0de057aed 100755 --- a/scripts/lib/install +++ b/scripts/lib/install @@ -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 <