Skip to content

Commit

Permalink
fix: setup removal notice
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jul 12, 2022
1 parent ae9dff5 commit b5d94ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_app/utils/properties_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def getString(value):

if not Config.installed_instance:
Config.post_messages.append(
"Encrypted properties file saved to {0}.enc with password {1}\nDecrypt the file with the following command if you want to re-use:\nopenssl enc -d -aes-256-cbc -in {2}.enc -out {3}".format(
"Encrypted properties file saved to {0}.enc with password {1}\nDecrypt the file with the following command if you want to re-use:\nopenssl enc -d -aes-256-cbc -in {2}.enc -out {3}\nPlease remove the whole setup directory /install post-installation for a production deployment.".format(
prop_fn, Config.oxtrust_admin_password, os.path.basename(prop_fn), os.path.basename(Config.setup_properties_fn)))

self.run(['rm', '-f', prop_fn])
Expand Down

0 comments on commit b5d94ed

Please sign in to comment.