mirror of
https://github.com/richb-hanover/OpenWrtScripts.git
synced 2026-03-30 10:44:32 +02:00
Update getstats.sh to include version of sqm-scripts
This commit is contained in:
parent
12eabc3821
commit
216a2215cf
1 changed files with 4 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue