mirror of https://github.com/apache/cloudstack.git
Default prefix on windows fixed
This commit is contained in:
parent
6490451eec
commit
b0b27b1ce0
|
|
@ -102,7 +102,7 @@ else: c = "GREEN"
|
|||
conf.check_message_2(conf.env.DISTRO,c)
|
||||
|
||||
conf.check_message_1('Detecting installation prefix')
|
||||
if conf.env.PREFIX == '/usr/local':
|
||||
if Options.options.prefix == Options.default_prefix:
|
||||
if conf.env.DISTRO == 'Windows':
|
||||
conf.env.PREFIX = 'C:\\CloudStack'
|
||||
elif _getuid() != 0: # not root
|
||||
|
|
|
|||
Loading…
Reference in New Issue