kamoj
Very Senior Member
You made the same error... same in sbin.
I've added all these good "blocks" to my add-on, so those of you that don't excel in command lines can disable these things.
Watch out tomorrow...
I've added all these good "blocks" to my add-on, so those of you that don't excel in command lines can disable these things.
Watch out tomorrow...
I also followed your suggestion for adding the code to post-mount.sh
But today I noticed traffic-meter was still running. After some checking, I found out that you have a typo. the correct command to stop traffic-meter would be:
(the init script is with an underscore instead of a hyphen)Code:[ -x /sbin/traffic-meter ] && { /etc/init.d/traffic_meter stop; chmod -x /sbin/traffic-meter; ps|grep -F '/sbin/traffic-meter'|awk '{print $1}'|xargs kill 2>/dev/null; }