Skip to content

Commit 7978041

Browse files
committed
entrypoint: Switch to manage.py check, from checkconfig.
The latter is Zulip-specific, and being removed in `main`.
1 parent 45bd3b9 commit 7978041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ zulipConfiguration() {
397397
fi
398398
setConfigurationValue "$setting_key" "$setting_var" "$type"
399399
done
400-
if ! su zulip -c "/home/zulip/deployments/current/manage.py checkconfig"; then
400+
if ! su zulip -c "/home/zulip/deployments/current/manage.py check"; then
401401
echo "Error in the Zulip configuration. Exiting."
402402
exit 1
403403
fi
@@ -448,7 +448,7 @@ initialConfiguration() {
448448
ls -l /etc/zulip/
449449
exit 1
450450
fi
451-
if ! su zulip -c "/home/zulip/deployments/current/manage.py checkconfig"; then
451+
if ! su zulip -c "/home/zulip/deployments/current/manage.py check"; then
452452
echo "Error in the Zulip configuration. Exiting."
453453
exit 1
454454
fi

0 commit comments

Comments
 (0)