From 99a52ce7a6b7270455c0878e9f368373248a277c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 8 Jul 2009 17:20:46 +0200 Subject: umts: Shortened second sleep time --- etc/functions/umts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/functions/umts b/etc/functions/umts index 9c1daf5..49518be 100644 --- a/etc/functions/umts +++ b/etc/functions/umts @@ -7,7 +7,7 @@ if [[ $1 == on ]] { } sleep 10 sudo pon umts - sleep 40 + sleep 31 sudo pon umts } elif [[ $1 == off ]] { sudo poff umts -- cgit v1.2.3