You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/06/03 00:26:24 UTC

[GitHub] [trafficcontrol] rawlinp commented on a change in pull request #5907: Fix postinstall issues for new Traffic Vault PostgreSQL config

rawlinp commented on a change in pull request #5907:
URL: https://github.com/apache/trafficcontrol/pull/5907#discussion_r644401358



##########
File path: traffic_ops/install/bin/_postinstall
##########
@@ -737,7 +729,7 @@ def write_encryption_key(aes_key_location): # type: (str) -> None
 		"-base64",
 		"32"
 	)
-	if not exec_openssl("Generating an AES encryption key", *args):
+	if not exec_openssl("Generating an AES encryption key to %s" %aes_key_location, *args):

Review comment:
       maybe I'm just old school 😎 
   
   done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org