vortex-5 / ddwrt-bwmon

An Individual Bandwidth Monitor For DD-WRT
171 stars 37 forks source link

Wipes out existing configuration in diagnostics #78

Open plawer opened 2 years ago

plawer commented 2 years ago

The install script does not append but overwrites the commands to the following variables: rc_custom rc_firewall rc_startup rc_usb rc_shutdown

This completely destroyed my existing configuration. It should append the changes to the existing variables, not overwrite them.

vortex-5 commented 2 years ago

The difficulty with append is that when you execute stop.sh it needs to find exactly which lines it has added and remove them which is difficult to do.