summaryrefslogtreecommitdiff
path: root/tools/ds-identify
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ds-identify')
-rwxr-xr-xtools/ds-identify3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ds-identify b/tools/ds-identify
index 741cf3ae..d7b2a0b2 100755
--- a/tools/ds-identify
+++ b/tools/ds-identify
@@ -109,6 +109,7 @@ DI_ON_FOUND=""
DI_ON_MAYBE=""
DI_ON_NOTFOUND=""
+DI_EC2_STRICT_ID_DEFAULT="true"
error() {
set -- "ERROR:" "$@";
@@ -721,7 +722,7 @@ dscheck_Ec2() {
return $DS_FOUND
fi
- local default="true"
+ local default="${DI_EC2_STRICT_ID_DEFAULT}"
if ec2_read_strict_setting "$default"; then
strict="$_RET"
else