From ea6f18bb46908370935a603b4f02e8409d270874 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 13 Sep 2022 17:17:58 -0700 Subject: [PATCH] refresh-sharding-and-restart: Quote to prevent shell glob expansion. Signed-off-by: Anders Kaseorg --- scripts/refresh-sharding-and-restart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/refresh-sharding-and-restart b/scripts/refresh-sharding-and-restart index aae70674ae..4b9ee77b7f 100755 --- a/scripts/refresh-sharding-and-restart +++ b/scripts/refresh-sharding-and-restart @@ -33,7 +33,7 @@ mv /etc/zulip/sharding.json.tmp /etc/zulip/sharding.json # while Django is restarting. For this reason it's important to # reload nginx only after Django. supervisorctl restart zulip-django -supervisorctl restart zulip-workers:* +supervisorctl restart 'zulip-workers:*' if [ -f /etc/supervisor/conf.d/zulip/zulip-once.conf ]; then supervisorctl restart zulip_deliver_scheduled_emails zulip_deliver_scheduled_messages fi