From 364b1234f36879d5ab413c78710ada8188baee4d Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:59 -0400 Subject: [PATCH] Fix bad variable replacement --- templates/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/install.sh b/templates/install.sh index 7983ebd..610dd91 100755 --- a/templates/install.sh +++ b/templates/install.sh @@ -567,7 +567,7 @@ EOF target_keys_method="wget" echo "5) Please enter an HTTP URL containing a text list of SSH authorized keys to" - echo "fetch. These keys will be allowed access to the deployment user 'XXDEPLOYUSER'" + echo "fetch. These keys will be allowed access to the deployment user '${target_deploy_user}'" echo "via SSH." echo "" echo "Leave blank to bypass this and use a password instead."