Commit cefb7c9e by Oliver Pinter

remove unneeded check from _freebsdcontext.py

parent 2ead74a6
...@@ -15,8 +15,7 @@ try: ...@@ -15,8 +15,7 @@ try:
subprocess.call(('kldload', '-n', 'virtio_console')) subprocess.call(('kldload', '-n', 'virtio_console'))
chdir(working_directory) chdir(working_directory)
subprocess.call(('pip', 'install', '-r', 'requirements.txt')) subprocess.call(('pip', 'install', '-r', 'requirements.txt'))
if system == 'FreeBSD': copy("/root/agent/misc/vm_renewal", "/usr/local/bin/")
copy("/root/agent/misc/vm_renewal", "/usr/local/bin/")
except: except:
pass # hope it works 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