From 3cceb63cf393f676488c8fd1fbbf2edf36163214 Mon Sep 17 00:00:00 2001 From: Tomoki Shirasawa Date: Thu, 7 Nov 2013 15:19:08 +0900 Subject: [PATCH] change wait default 50 -> 20 --- boot-attached-mic.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot-attached-mic.sh.in b/boot-attached-mic.sh.in index 442a787d..4556dbf6 100755 --- a/boot-attached-mic.sh.in +++ b/boot-attached-mic.sh.in @@ -43,7 +43,7 @@ if [ "$1" == "-u" ]; then exit fi -wait_time=50 +wait_time=20 if [ "$modules_were_loaded" == "1" ]; then echo "waiting for ${wait_time} seconds: " >&2