scripts: Say "Zulip" rather than "Application".

This commit is contained in:
Alex Vandiver 2021-04-20 02:01:28 +00:00 committed by Tim Abbott
parent 0de8357820
commit 31169526ec
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if os.path.exists("/etc/supervisor/conf.d/zulip/zulip_db.conf"):
subprocess.check_call(["supervisorctl", "restart", "process-fts-updates"])
logging.info("Done!")
print(OKGREEN + "Application restarted successfully!" + ENDC)
print(OKGREEN + "Zulip restarted successfully!" + ENDC)
if change_symlink and "PWD" in os.environ:
for symlink in [last_symlink, current_symlink]: