summaryrefslogtreecommitdiff
path: root/usr/src/dkms_source_tree/scripts/bcm5974-post-install
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/dkms_source_tree/scripts/bcm5974-post-install')
-rwxr-xr-xusr/src/dkms_source_tree/scripts/bcm5974-post-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/dkms_source_tree/scripts/bcm5974-post-install b/usr/src/dkms_source_tree/scripts/bcm5974-post-install
index 8207a45..487730b 100755
--- a/usr/src/dkms_source_tree/scripts/bcm5974-post-install
+++ b/usr/src/dkms_source_tree/scripts/bcm5974-post-install
@@ -50,7 +50,7 @@ if [ -x $LSUSB ]; then
50 done 50 done
51else 51else
52 echo \* USB device: UNKNOWN - lsusb not found 52 echo \* USB device: UNKNOWN - lsusb not found
53 exit 1 53 exit -1
54fi 54fi
55 55
56if [ "$SED" != "" ]; then 56if [ "$SED" != "" ]; then
@@ -58,6 +58,6 @@ if [ "$SED" != "" ]; then
58 mv $ETCPATH.tmp $ETCPATH 58 mv $ETCPATH.tmp $ETCPATH
59 exit 0 59 exit 0
60else 60else
61 echo No suitable device found 61 echo warning: No suitable device found
62 exit 1 62 exit 0
63fi 63fi