Commit 26290f66 by Oliver Pinter

remove unneeded check ...

parent df3b8a14
......@@ -13,8 +13,7 @@ if system == "Linux" or system == "FreeBSD" :
try:
chdir(sys.path[0])
subprocess.call(('pip', 'install', '-r', 'requirements.txt'))
if system == 'Linux' or system == "FreeBSD":
copy("/root/agent/misc/vm_renewal", "/usr/local/bin/")
copy("/root/agent/misc/vm_renewal", "/usr/local/bin/")
except:
pass # hope it works
......
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 sign in to comment