forked from tildetown/town
notes
parent
2a07a0e200
commit
9bea4257c1
|
@ -9,3 +9,5 @@ cmd/welcome/welcome
|
|||
cmd/createkeyfile/createkeyfile
|
||||
cmd/registeruser/registeruser
|
||||
cmd/stats/stats
|
||||
cmd/appendkeyfile/appendkeyfile
|
||||
cmd/help/help
|
||||
|
|
|
@ -274,11 +274,6 @@ func redeemCode(db *sql.DB, cs colorScheme, p *Prompter) error {
|
|||
return errors.New("adding to keys file failed")
|
||||
}
|
||||
|
||||
// TODO add help user
|
||||
// TODO update sshd_config
|
||||
// TODO update sudoers
|
||||
// TODO compile appendkeyfile and add to /town/bin/
|
||||
|
||||
err = code.MarkUsed(db)
|
||||
if err != nil {
|
||||
// TODO log err
|
||||
|
|
Loading…
Reference in New Issue