diff --git a/apps/common/management/commands/services/utils.py b/apps/common/management/commands/services/utils.py index 2426758b..00ab1ed9 100644 --- a/apps/common/management/commands/services/utils.py +++ b/apps/common/management/commands/services/utils.py @@ -26,7 +26,7 @@ class ServicesUtil(object): def start_and_watch(self): logging.info(time.ctime()) - logging.info(f'MaxKB version {__version__}, more see https://www.jumpserver.org') + logging.info(f'MaxKB version {__version__}, more see https://www.maxkb.cn') self.start() if self.run_daemon: self.show_status()