aboutsummaryrefslogtreecommitdiffstats
path: root/collect.d/system
diff options
context:
space:
mode:
authorRonny Aasen <ronny@aasen.cx>2010-11-22 13:02:18 +0000
committerRonny Aasen <ronny@aasen.cx>2010-11-22 13:02:18 +0000
commit45d8bd71b561ed4e92fdecb6035d6e5ce4c65933 (patch)
tree08f3c1a7cbff9ab5af78d37326586864477ae9af /collect.d/system
parent98c12dfaac41ed7ca5a0454d3d2c110189a22c55 (diff)
downloadsitesummary-45d8bd71b561ed4e92fdecb6035d6e5ce4c65933.tar.gz
sitesummary-45d8bd71b561ed4e92fdecb6035d6e5ce4c65933.tar.bz2
sitesummary-45d8bd71b561ed4e92fdecb6035d6e5ce4c65933.tar.xz
* fixing my fix
Diffstat (limited to 'collect.d/system')
-rw-r--r--collect.d/system2
1 files changed, 1 insertions, 1 deletions
diff --git a/collect.d/system b/collect.d/system
index 0401203..c5be33d 100644
--- a/collect.d/system
+++ b/collect.d/system
@@ -22,7 +22,7 @@ if type lsusb >/dev/null 2>&1; then
lsusb > lsusb
fi
-if [ -d /proc/bus/scsi ] && type lsscsi >/dev/null 2>&1; then
+if [ -d /sys/bus/scsi ] && type lsscsi >/dev/null 2>&1; then
lsscsi > lsscsi
fi