From 216a2215cf52f19c1f42680f1622ea9f726ce30f Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Wed, 27 Jan 2016 15:15:30 -0500 Subject: [PATCH] Update getstats.sh to include version of sqm-scripts --- getstats.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/getstats.sh b/getstats.sh index 0d87ca9..baed2e8 100755 --- a/getstats.sh +++ b/getstats.sh @@ -55,6 +55,10 @@ echo -e "[Installed Modules]" >> ${out_fqn} ls -alR /lib/modules/* >> ${out_fqn} echo -e "\n" >> ${out_fqn} +echo -e "[sqm-scripts version]" >> ${out_fqn} +opkg list | grep sqm-scripts >> ${out_fqn} +echo -e "\n" >> ${out_fqn} + echo -e "[SQM stop]" 1>> ${out_fqn} SQM_DEBUG=1 SQM_VERBOSITY=8 2>> ${out_fqn} /etc/init.d/sqm stop 2>> ${out_fqn}