Fix binary symlinks
This commit is contained in:
parent
2ac1b84133
commit
0d3e515909
2
vm.py
2
vm.py
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user