Opened 13 months ago
Closed 13 months ago
#2784 closed defect (invalid)
FIX - update_properties.sh adds rasdaman_user= even if it has rasdaman_user=someuser already
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | applications | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
update_propertie.sh needs to check why it added rasdaman_user=
even when in petascope.properties
, it has already:
rasdaman_user=someuser rasdaman_pass=PASS
Note:
See TracTickets
for help on using tickets.
I tested
update_properties.sh
with OLD file:/opt/rasdaman/etc/petascope.properties
(withrasdaman_user=rasguest
) and NEW file:petascope.properties
fromrasdaman.war
(withrasdaman_user=
).Then, OLD file is not updated with
rasdaman_user=
like in the NEW file and it still hasrasdaman_user=rasguest
.