We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 672f40e + ca49903 commit 92a9f7dCopy full SHA for 92a9f7d
fsx-ontap-aws-cli-scripts/create_fsxn_svm
@@ -85,7 +85,7 @@ if [ -z "$fsid" ]; then
85
fi
86
#
87
# Create the SVM
88
-aws fsx create-storage-virtual-machine --name $svmName --region=$region --file-system-id $fsid --output=json > $tmpout 2>&1
+aws fsx create-storage-virtual-machine --name $svmName --region=$region --file-system-id "$fsid" --output=json > $tmpout 2>&1
89
90
if [ $? != "0" ]; then
91
echo "Failed to create storage virtual machine." 1>&2
0 commit comments