AX88U- Addon error
"/jffs/addons/suricata/suricata_stats.sh startup # Suricata_Stats.sh" in post-mount script prevents loading of the other addon tabs
If you remove suricata_stats.sh all tabs are loaded without only the suricata tab being loaded....
the sleep 30 before and unbound_stats.sh at the end I set because unbound_stats.sh also prevents the other tabs from being loaded....
"/jffs/addons/suricata/suricata_stats.sh startup # Suricata_Stats.sh" in post-mount script prevents loading of the other addon tabs
Code:
/jffs/scripts/dn-vnstat startup "$@" & # dn-vnstat
/jffs/scripts/spdmerlin startup "$@" & # spdMerlin
/jffs/scripts/connmon startup "$@" & # connmon
/jffs/scripts/ntpmerlin startup "$@" & # ntpMerlin
/jffs/scripts/uiScribe startup "$@" & # uiScribe
/jffs/scripts/uiDivStats startup "$@" & # uiDivStats
/jffs/scripts/scmerlin startup "$@" & # scMerlin
#/jffs/addons/suricata/suricata_stats.sh startup # Suricata_Stats.sh
#
sleep 30
/jffs/addons/unbound/unbound_stats.sh startup "$@" & # Unbound_Stats.sh
If you remove suricata_stats.sh all tabs are loaded without only the suricata tab being loaded....
the sleep 30 before and unbound_stats.sh at the end I set because unbound_stats.sh also prevents the other tabs from being loaded....