wrong bushido ENV name + do not ask for subdomain during the installation
This commit is contained in:
parent
2cba14afec
commit
917208812b
@ -14,7 +14,7 @@
|
||||
= f.inputs do
|
||||
= f.input :name, :required => true
|
||||
|
||||
- if manage_subdomain?
|
||||
- if multi_sites?
|
||||
= f.input :subdomain, :required => true
|
||||
|
||||
%li{ :class => 'string optional', :id => 'zipfile_input' }
|
||||
|
@ -19,7 +19,7 @@ module Locomotive
|
||||
|
||||
def bushido?
|
||||
self.config.hosting == :bushido ||
|
||||
(self.config.hosting == :auto && ENV['HOSTING_PLATFORM'] == 'bushido')
|
||||
(self.config.hosting == :auto && ENV['APP_TLD'] == 'bushi.do')
|
||||
end
|
||||
|
||||
def enable_bushido
|
||||
|
Loading…
Reference in New Issue
Block a user