Merge branch 'quick_fix_loadscript'

This commit is contained in:
Simon Kers 2014-11-14 15:38:25 +01:00
commit e4fb7aec8a

View file

@ -191,6 +191,7 @@ if [ ${FLAGS_debug} -eq ${FLAGS_TRUE} ]; then
fi
prefix_list=""
prefix_list_skip_wait_cache=""
. /lib/functions/network.sh
for ffile in `ls /usr/share/freecwmp/functions/`; do
@ -290,6 +291,7 @@ handle_action() {
ls_prefix=`ls $cache_path`
for prefix in $prefix_list; do
found=0
[ "${prefix_list_skip_wait_cache/$prefix/}" != "$prefix_list_skip_wait_cache" ] && continue
for ls_p in $ls_prefix; do
if [ "$prefix" = "$ls_p" ]; then
found=1