mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
register_server: Rename flag to --agree-to-terms-of-service.
That's a better style than the underscores.
This commit is contained in:
committed by
Tim Abbott
parent
1c57e04cc1
commit
367d193639
@@ -758,7 +758,7 @@ else
|
||||
# to not allow future bugs to cause ToS acceptance to be skipped.
|
||||
SKIP_TOS_AGREEMENT_OPTION=""
|
||||
else
|
||||
SKIP_TOS_AGREEMENT_OPTION="--agree_to_terms_of_service"
|
||||
SKIP_TOS_AGREEMENT_OPTION="--agree-to-terms-of-service"
|
||||
fi
|
||||
set +x
|
||||
echo "Services enabled, attempting to register server..."
|
||||
|
Reference in New Issue
Block a user