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

+notes

parent b845cb77
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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=="":