TRIES reduced

This commit is contained in:
Kolan Sh 2012-05-15 14:40:19 +04:00
parent f6bb5d475b
commit 39ea202df2
1 changed files with 1 additions and 1 deletions

View File

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