mirror of https://github.com/dirtbags/moth.git
re-order team fiddling docs
This commit is contained in:
parent
c9cad57a47
commit
e7ffa05a44
|
@ -72,6 +72,15 @@ and any edits you make will remove points scored while you were editing.
|
||||||
Teams
|
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
|
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.
|
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
|
Disabling team registration
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue