Skip to content

Commit

Permalink
try FIX Error writing host name file (reallocation data) (#52)
Browse files Browse the repository at this point in the history
* try FIX Error writing host name file (reallocation data)
#50 (comment)

* update sm
  • Loading branch information
vharseko authored Feb 22, 2019
1 parent d2c2d1f commit 4375b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forgerock-parent
Original file line number Diff line number Diff line change
Expand Up @@ -2325,7 +2325,7 @@ private void writeHostName()
*/
private String getHostNameFile()
{
return Utils.getPath(getInstallation().getRootDirectory().getAbsolutePath(), SetupUtils.HOST_NAME_FILE);
return Utils.getPath(getInstallation().getInstanceDirectory().getAbsolutePath(),SetupUtils.HOST_NAME_FILE);
}

/**
Expand Down

0 comments on commit 4375b3d

Please sign in to comment.