summaryrefslogtreecommitdiff
path: root/etc/functions/umts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-08 17:20:46 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-08 17:20:46 +0200
commit99a52ce7a6b7270455c0878e9f368373248a277c (patch)
tree298ea416819015224a2a4b9d7cbb7b29ec1f5641 /etc/functions/umts
parent7ba27f9ec491dfaf6a88cf26c1900361fec12318 (diff)
umts: Shortened second sleep time
Diffstat (limited to 'etc/functions/umts')
-rw-r--r--etc/functions/umts2
1 files changed, 1 insertions, 1 deletions
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