exit when agreeing to TOS

This commit is contained in:
b1ek 2024-05-15 15:49:44 +10:00
parent 4c4258fbdc
commit a07c9f14eb
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ async fn main() {
}
config.tos = true;
config.save().expect("Error saving config");
exit(0);
}
if ! config.tos {