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/02 22:28:15 UTC

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

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



##########
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:
       The string modulo operator is outdated, this should use `.format()`.




-- 
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