Skip to content

Commit

Permalink
fix: include DB enumeration #749
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Feb 10, 2023
1 parent 38244e9 commit 51c3f24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ private byte[] getScriptContents(CustomScript script) {
case FILE:
bytes = Files.readAllBytes(Paths.get(moduleProperties.get(LOCATION_PATH_PROPERTY)));
break;
case DB:
case LDAP:
bytes = script.getScript().getBytes(StandardCharsets.UTF_8);
break;
Expand Down

0 comments on commit 51c3f24

Please sign in to comment.