Test pre release - v0.1.4
This commit is contained in:
parent
9174121cd8
commit
7187dd0c28
|
|
@ -10,6 +10,7 @@ if not is_root():
|
|||
print("Please run this program with sudo!")
|
||||
exit(0)
|
||||
|
||||
|
||||
parser = argparse.ArgumentParser(prog="Danix", add_help=True)
|
||||
|
||||
usages = parser.add_argument_group("usages")
|
||||
|
|
@ -106,4 +107,4 @@ if check_system_configuration():
|
|||
Environment.copy(args.copy)
|
||||
else:
|
||||
print("🔴 Danix system is not configured!")
|
||||
print("Plase run 'make config'")
|
||||
print("Plase run 'make config'")
|
||||
|
|
|
|||
Loading…
Reference in New Issue