fix checkroot in main

This commit is contained in:
Pavel Muhortov 2023-08-31 10:38:12 +03:00
parent c4b7c54e6b
commit 75b65f85c0

View File

@ -1046,7 +1046,7 @@ if __name__ == "__main__":
)
if not Do.checkroot():
if Do.checkroot():
ro = Route(gateways=enable_gateway, db_root_path=db_root_path)
if args['update']: