summaryrefslogtreecommitdiff
path: root/scripts/image_signing/get_gbb_flags.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/image_signing/get_gbb_flags.sh')
-rwxr-xr-xscripts/image_signing/get_gbb_flags.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/image_signing/get_gbb_flags.sh b/scripts/image_signing/get_gbb_flags.sh
index ca635942..46edabfa 100755
--- a/scripts/image_signing/get_gbb_flags.sh
+++ b/scripts/image_signing/get_gbb_flags.sh
@@ -25,6 +25,8 @@ main() {
fi
echo 'NOTICE: This script has been replaced with futility functionality and will be removed.' 1>&2
echo 'NOTICE: Please try `futility gbb --get --flash --flags`' 1>&2
+ echo 'NOTICE: Waiting for 30 seconds before proceeding...' 1>&2
+ sleep 30
local args=()
if [ "${FLAGS_explicit}" = "${FLAGS_TRUE}" ]; then