We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bd3b9 commit 7978041Copy full SHA for 7978041
entrypoint.sh
@@ -397,7 +397,7 @@ zulipConfiguration() {
397
fi
398
setConfigurationValue "$setting_key" "$setting_var" "$type"
399
done
400
- if ! su zulip -c "/home/zulip/deployments/current/manage.py checkconfig"; then
+ if ! su zulip -c "/home/zulip/deployments/current/manage.py check"; then
401
echo "Error in the Zulip configuration. Exiting."
402
exit 1
403
@@ -448,7 +448,7 @@ initialConfiguration() {
448
ls -l /etc/zulip/
449
450
451
452
453
454
0 commit comments