diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-08 17:20:46 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-08 17:20:46 +0200 |
| commit | 99a52ce7a6b7270455c0878e9f368373248a277c (patch) | |
| tree | 298ea416819015224a2a4b9d7cbb7b29ec1f5641 /etc/functions | |
| parent | 7ba27f9ec491dfaf6a88cf26c1900361fec12318 (diff) | |
umts: Shortened second sleep time
Diffstat (limited to 'etc/functions')
| -rw-r--r-- | etc/functions/umts | 2 |
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 |
