1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Disable some SQM logs

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-01-14 09:02:46 +01:00
parent 571d37e147
commit 232890376e

View file

@ -93,6 +93,8 @@ if [ "$(uci -q get sqm.omrvpn)" = "" ]; then
EOF
fi
sed -i 's/SQM_SYSLOG=1/SQM_SYSLOG=0/g' /etc/sqm/sqm.conf
rm -f /tmp/luci-indexcache
exit 0