We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b1f3d commit 54578efCopy full SHA for 54578ef
apps/common/management/commands/services/utils.py
@@ -26,7 +26,7 @@ def restart(self):
26
27
def start_and_watch(self):
28
logging.info(time.ctime())
29
- logging.info(f'MaxKB version {__version__}, more see https://www.jumpserver.org')
+ logging.info(f'MaxKB version {__version__}, more see https://www.maxkb.cn')
30
self.start()
31
if self.run_daemon:
32
self.show_status()
0 commit comments