snail pwr off TRIES := 24

This commit is contained in:
Kolan Sh 2012-05-15 23:42:24 +04:00
parent 4a2acbbf06
commit 80028b2005
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
TRIES=8
TRIES=24
lsmod | grep '^nouveau ' >/dev/null && rmmod -f nouveau &>/dev/null