Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
c71c9f60
Commit
c71c9f60
authored
May 28, 2016
by
Francesc Guasch
Browse files
Runs without a config file
parent
fd5ee84d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
c71c9f60
...
...
@@ -61,7 +61,7 @@ sub BUILD {
if
(
$self
->
config
())
{
_init_config
(
$self
->
config
);
}
else
{
_init_config
(
$FILE_CONFIG
)
_init_config
(
$FILE_CONFIG
)
if
-
e
$FILE_CONFIG
;
}
if
(
$self
->
connector
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment