bluzfanmr1
Very Senior Member
Hotfix pushed for spdmerlin, please update. This should resolve errors in AutoBW. (why SQLite exports csvs with DOS line endings when running in a Unix environment is beyond me...)
This partially fixed my issue but I'm still getting syntax errors on the bottom half of the results (see below). I am also getting a chmod error when running the curl command, and which I just run manually to fix:
		Code:
	
	curl "https://raw.githubusercontent.com/squidbillyms/AutoBW/master/AutoBW" -o /jffs/scripts/AutoBW && chmod 755 AutoBW
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 16470  100 16470    0     0  24954      0 --:--:-- --:--:-- --:--:-- 29463
chmod: AutoBW: No such file or directory
	
		Code:
	
	/jffs/scripts/AutoBW
 TEST MODE: No changes will be made.
               ---------------- SPDMERLIN -------------
                 Download (Kbps)       Upload (Kbps)
               -------------------  -------------------
Test  1 of  2       92129.3               6062.1
Test  2 of  2       91392.0               5969.9
Average             91760.6               6016.0
Scale Factors          0.85                 0.85
Scaled Speeds       77996.5               5113.6
               ----------------- QOS ----------------
                 Download (Kbps)      Upload (Kbps)
               -------------------  -----------------
Previous              86016.0              5632.0
New (from above)      77996.5              5113.6
Scaling by              0.907               0.908
              ====================================== DOWNLOAD ======================================
               ----------------- RATE -----------------    ----------------- CEIL -----------------
Class            Previous (Kbps)        New (Kbps)           Previous (Kbps)         New (Kbps)
-----          -------------------  -------------------    -------------------  -------------------
(standard_in) 1: syntax error
(standard_in) 1: syntax error
 0                        0.0                0.0                       0.0                0.0
              ======================================= UPLOAD =======================================
               ----------------- RATE -----------------    ----------------- CEIL -----------------
Class            Previous (Kbps)        New (Kbps)           Previous (Kbps)         New (Kbps)
-----          -------------------  -------------------    -------------------  -------------------
(standard_in) 1: syntax error
(standard_in) 1: syntax error
 0                        0.0                0.0                       0.0                0.0
 TEST MODE: No changes were made.
	
	