[manual] Move git checkouts from /home/humbug/humbug to /home/humbug/zulip.

(imported from commit d58be28e57fcb3b5585c0018f1dbb53adf5067df)
This commit is contained in:
Tim Abbott 2013-10-04 13:08:46 -04:00 committed by Steve Howell
parent 303e8f8b51
commit 7f8d48e4e0
5 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@ if options.sync_subscriptions:
sys.exit(0)
if options.forward_class_messages and not options.noshard:
sys.path.append("/home/humbug/humbug")
sys.path.append("/home/humbug/zulip")
if options.on_startup_command is not None:
subprocess.call([options.on_startup_command])
from zerver.lib.parallel import run_parallel