mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-14 21:10:02 +01:00
Merge branch 'quick_fix_loadscript'
This commit is contained in:
commit
e4fb7aec8a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue