Commit 7b040aae authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+notes

parent b845cb77
...@@ -189,7 +189,8 @@ else: ...@@ -189,7 +189,8 @@ else:
if (os.path.isfile(local_conf)): if (os.path.isfile(local_conf)):
user = read_local_conf(local_conf,"REMOTE_USER") user = read_local_conf(local_conf,"REMOTE_USER")
ip = read_local_conf(local_conf,"REMOTE_IP") ip = read_local_conf(local_conf,"REMOTE_IP")
print("NOTE: user and ip are taken from "+local_conf) print(bcolors.WARNING+"NOTE: The default user and ip are taken from "+local_conf+bcolors.ENDC)
print(bcolors.WARNING+"NOTE: To check against the latest code run ./setup.py first"+bcolors.ENDC)
print(usage) print(usage)
if user=="" or ip=="": if user=="" or ip=="":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment