Open adamshumpisxxx opened 4 months ago
Here is a copy of my checkaffinity.sh as well:
I had the same issue. According to openwrt wiki it should be #!/bin/sh.
I had the same issue. According to openwrt wiki it should be #!/bin/sh.
If that were the case checkaffinity,sh wouldn't work at all, no? it DOES work like 90% as it is. I'm not sure if that's accurate.
Sorry, I got mixed up as I had both this issue as well as an issue with the shell and mixed them up. I opened a separate issue for the using #!/bin/sh .
When I run:
sh checkaffinity.sh (because ./checkaffinity.sh doesn't work)
I get back:
I believe everything is working in relation to your actual tweaks based on the output but I'd like to rectify this simple error to be sure if I could. Any insight on how I could not only check to make sure everything is running as intended but also fix this little checker script? Thanks!