exit when agreeing to TOS
This commit is contained in:
parent
4c4258fbdc
commit
a07c9f14eb
|
@ -49,6 +49,7 @@ async fn main() {
|
|||
}
|
||||
config.tos = true;
|
||||
config.save().expect("Error saving config");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
if ! config.tos {
|
||||
|
|
Loading…
Reference in New Issue