Squall Leonhart
Senior Member
Using the installation command listed on the github breaks because the full write path isn't specified, if an addons directory already exists curl fails with IsDirectory.
Deleting that directory installs the .sh as "addons" txt file without a shell extension.
Simple fix, change to
Deleting that directory installs the .sh as "addons" txt file without a shell extension.
Code:
admin@RT-AC88U-9670:/jffs# /usr/sbin/curl "https://raw.githubusercontent.com/dav
e14305/FlexQoS/master/flexqos.sh" -o /jffs/addons
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
Warning: Failed to open the file /jffs/addons: Is a directory
Simple fix, change to
Code:
/usr/sbin/curl "https://raw.githubusercontent.com/dave14305/FlexQoS/master/flexqos.sh" -o /jffs/addons/flexqos/flexqos.sh
Last edited: