From 748ac2087fc5a06921a8a38eb4c43555553f9d8f Mon Sep 17 00:00:00 2001 From: Antoine Nguyen Date: Tue, 9 Apr 2024 13:21:08 +0200 Subject: [PATCH] Added sponsoring disclaimer. --- run.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/run.py b/run.py index d643fc8..6ceeacf 100755 --- a/run.py +++ b/run.py @@ -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__":