Skip to content

Commit

Permalink
z_install_data: report on bad skeleton config.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaos committed Nov 13, 2012
1 parent 98a4f91 commit ca3a6e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/install/z_install_data.erl
Expand Up @@ -117,7 +117,9 @@ install_modules(empty, Host, C) ->
],
install_modules(Modules, C);
install_modules(nodb, _, _) ->
ok.
ok;
install_modules(Err, Host, _) ->
?ERROR("~p: Invalid or missing skeleton: ~p.", [Host, Err]).

install_modules(Modules, C) ->
?DEBUG("Inserting modules"),
Expand Down

0 comments on commit ca3a6e4

Please sign in to comment.