[manual] Move git checkouts from /home/humbug/humbug to /home/humbug/zulip.
(imported from commit d58be28e57fcb3b5585c0018f1dbb53adf5067df)
This commit is contained in:
parent
303e8f8b51
commit
7f8d48e4e0
5 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ file(api_key_path, "w").write(api_key + "\n")
|
|||
|
||||
# Setup supervisord configuration
|
||||
supervisor_path = "/etc/supervisor/conf.d/%s.conf" % (program_name,)
|
||||
template = "/home/humbug/humbug/bots/zmirror_private.conf.template"
|
||||
template = "/home/humbug/zulip/bots/zmirror_private.conf.template"
|
||||
template_data = file(template).read()
|
||||
session_path = "/home/humbug/zephyr_sessions/%s" % (program_name,)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue