mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-21 14:25:20 -07:00
re-order team fiddling docs
This commit is contained in:
parent
c9cad57a47
commit
e7ffa05a44
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue