Skip to content

Commit

Permalink
Added a line to explicitly set the TwoRavens enabled option to "true"…
Browse files Browse the repository at this point in the history
…, if cofnigured.
  • Loading branch information
landreev committed Mar 14, 2016
1 parent e6f1815 commit ae8b8db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/installer/install
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,9 @@ if ($CONFIG_DEFAULTS{'TWORAVENS_LOCATION'} ne 'NOT INSTALLED')
print "OK.\n\n";
}

# (and, we also need to explicitly set the tworavens option to "true":
$exit_code = system("curl -X PUT -d true " . $API_URL . "/admin/settings/:TwoRavensTabularView");

} else {
print "Executing " . "curl -X PUT -d false " . $API_URL . "/admin/settings/:TwoRavensTabularView" . "\n";
my $exit_code = system("curl -X PUT -d false " . $API_URL . "/admin/settings/:TwoRavensTabularView");
Expand Down

0 comments on commit ae8b8db

Please sign in to comment.