Skip to content

Commit

Permalink
Added sponsoring disclaimer.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Apr 9, 2024
1 parent e76d7d5 commit 748ac20
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,19 @@ def main(input_args):
"Restore complete! You can enjoy Modoboa at https://{} (same credentials as before)"
.format(config.get("general", "hostname"))
)
utils.success(
"\n"
"Modoboa is a free software maintained by volunteers.\n"
"You like the project and want it to be sustainable?\n"
"Then don't wait anymore and go sponsor it here:\n"
)
utils.printcolor(
"https://github.com/sponsors/modoboa\n",
utils.YELLOW
)
utils.success(
"Thank you for your help :-)\n"
)


if __name__ == "__main__":
Expand Down

0 comments on commit 748ac20

Please sign in to comment.