We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2a3d4 commit 065951dCopy full SHA for 065951d
1 file changed
Management-Utilities/ec2-user-data-iscsi-create-and-mount/linux_userData.sh
@@ -62,7 +62,7 @@ addUndoCommand() {
62
63
logMessage "Get secret data"
64
getSecretValue "${SECRET_NAME}" "${AWS_REGION}"
65
-FSXN_PASSWORD=$SECRET_VALUE
+FSXN_PASSWORD="${SECRET_VALUE}"
66
logMessage "Secret data retrieved successfully"
67
68
commandDescription="Install linux iSCSI packages"
0 commit comments