mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 23:43:00 +02:00
Work around for Bad DNS Servers at UMTS-Connections
Change gateway ip to currect ip Remove Error (3min wait) at startup if the first connection try fail...
This commit is contained in:
@@ -59,7 +59,7 @@ case "$1" in
|
||||
fi
|
||||
|
||||
# Enable sensors plugin if sensors found
|
||||
if [ $( sensors 2>&1 | grep "No sensors found!" | wc -l ) == "1" ]; then
|
||||
if [ "$( sensors 2>&1 | grep 'No sensors found!' | wc -l )" == "1" ]; then
|
||||
sed -i -e "s|^LoadPlugin sensors|#LoadPlugin sensors|g" /etc/collectd.conf
|
||||
else
|
||||
sed -i -e "s|^#LoadPlugin sensors|LoadPlugin sensors|g" /etc/collectd.conf
|
||||
|
||||
@@ -366,6 +366,7 @@ case "${1}" in
|
||||
/usr/bin/vnstat -u -i ppp0 -r --enable --force > /dev/null 2>&1
|
||||
/etc/rc.d/init.d/connectd start
|
||||
/etc/rc.d/init.d/collectd start
|
||||
exit 0
|
||||
fi
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user