Merge pull request #740 from lededev/minfix

Minfix
This commit is contained in:
Yoshiko2
2022-03-27 19:15:51 +08:00
committed by GitHub
6 changed files with 15 additions and 10 deletions

View File

@@ -514,8 +514,8 @@ def main():
print(f"[+]Load Config file '{conf.ini_path}'.")
if conf.debug():
print('[+]Enable debug')
if conf.link_mode():
print('[!]Enable soft link')
if conf.link_mode() in (1, 2):
print('[!]Enable {} link'.format(('soft', 'hard')[conf.link_mode() - 1]))
if len(sys.argv) > 1:
print('[!]CmdLine:', " ".join(sys.argv[1:]))
print('[+]Main Working mode ## {}: {} ## {}{}{}'