From e7ffa05a44c5ae6538159b93cc05a65991859997 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 2 Nov 2020 08:43:51 -0800 Subject: [PATCH] re-order team fiddling docs --- docs/administration.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index 02c0536..5690373 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -72,6 +72,15 @@ and any edits you make will remove points scored while you were editing. Teams ===== +Changing a team name +---------------------- + + grep . /srv/moth/state/teams/* # Show all team IDs and names + echo 'exciting new team name' > /srv/moth/state/teams/$teamid + +Please remember, you have to replace `$teamid` with the actual team ID that you want to edit. + + Setting up custom team IDs ------------------- @@ -87,15 +96,6 @@ New instances will initialize this with some hex values. Remember that team IDs are essentially passwords. -Changing a team name ----------------------- - - grep . /srv/moth/state/teams/* # Show all team IDs and names - echo 'exciting new team name' > /srv/moth/state/teams/$teamid - -Please remember, you have to replace `$teamid` with the actual team ID that you want to edit. - - Disabling team registration ---------------------