register_server: Rename flag to --agree-to-terms-of-service.

That's a better style than the underscores.
This commit is contained in:
Mateusz Mandera
2025-02-14 02:34:19 +08:00
committed by Tim Abbott
parent 1c57e04cc1
commit 367d193639
2 changed files with 2 additions and 2 deletions

View File

@@ -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..."