File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Management-Utilities/fsx-ontap-aws-cli-scripts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ numSvms=$(jq '.StorageVirtualMachines | length' $svmsFile)
176176if [ $numVolumes -gt 0 -o $numSvms -gt 0 ]; then
177177 echo " Here are the current contents of the '$fileSystemName '($fsid ) file system you have indicated you want to delete:"
178178 displayFileSystemContents $fsid
179- read -p " Are you sure you want to delete this file system, with all the above volumes and any associated s3 endpoints (yes/no)? " response
179+ read -p " Are you sure you want to delete this file system, with all the volumes listed above and any attached s3 Access Points (yes/no)? " response
180180 if [ " $response " != " yes" ]; then
181181 echo " Aborted."
182182 exit 1
You can’t perform that action at this time.
0 commit comments