Power off sleep changed to 0.1s

This commit is contained in:
Kolan Sh 2012-05-15 22:01:07 +04:00
parent 59b4525a81
commit a374be74ce
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ if [ -f /proc/acpi/bbswitch ]; then
&& modprobe nvidia \
&& exit 0
sleep 0.01
sleep 0.1
let tries--
echo "tries left: $tries"
done
@ -105,7 +105,7 @@ if [ -f /proc/acpi/call ]; then
;;
esac
sleep 0.01
sleep 0.1
let tries--
echo "tries left: $tries"
done
@ -119,7 +119,7 @@ if [ -f /sys/kernel/debug/vgaswitcheroo/switch ]; then
&& modprobe nvidia \
&& exit 0
sleep 0.01
sleep 0.1
let tries--
echo "tries left: $tries"
done