Skip to content

Commit

Permalink
#31030 Setting backup directory path property.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Jan 10, 2025
1 parent 029c7c9 commit 8280c28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static String getLucenePath() {
*/
public static String getBackupPath() {
String dynamicContentPath = getDynamicContentPath();
return Config.getStringProperty("backup.directory",
return Config.getStringProperty("BACKUP_DIRECTORY_PATH",
Paths.get(dynamicContentPath, "dotsecure", "backup").toString());
}

Expand Down

0 comments on commit 8280c28

Please sign in to comment.