From 10f3bd738258130fa1558dd8ae8ba2a1342993ab Mon Sep 17 00:00:00 2001 From: "Paquette, Francis" Date: Wed, 31 Jan 2018 08:33:50 -0500 Subject: Fixed a curruption that occurs on startup The start script was adding the 2 extra lines right after the last character in the file. The extra line in the file will ensure that it will be added at the end. Also, the start script now ensures that only 1 copy of these added attributes exist in the file. Issue-ID: AAI-717 Change-Id: I5deb2d9e74d48f3c4d2351582f05468590d0b72e Signed-off-by: Paquette, Francis --- bundleconfig-local/etc/sysprops/sys-props.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bundleconfig-local/etc/sysprops/sys-props.properties') diff --git a/bundleconfig-local/etc/sysprops/sys-props.properties b/bundleconfig-local/etc/sysprops/sys-props.properties index 3ffc445..4aed03f 100644 --- a/bundleconfig-local/etc/sysprops/sys-props.properties +++ b/bundleconfig-local/etc/sysprops/sys-props.properties @@ -115,4 +115,5 @@ RESTLET_COMPONENT_REUSE_ADDRESS=true #Service System Properties. Please, place any Service related System Properties below. KEY_STORE_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o -KEY_MANAGER_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o \ No newline at end of file +KEY_MANAGER_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o + -- cgit 1.2.3-korg