Fix binary symlinks

This commit is contained in:
Piotr Dobrowolski 2017-08-30 17:44:47 +02:00
parent 2ac1b84133
commit 0d3e515909

2
vm.py
View File

@ -34,7 +34,7 @@ import ovh
import ovh.exceptions import ovh.exceptions
from collections import namedtuple from collections import namedtuple
BASE = os.path.dirname(os.path.abspath(__file__)) BASE = os.path.dirname(os.path.realpath(__file__))
config = { config = {
'vg': '/dev/vg', 'vg': '/dev/vg',