Fixed Bug in nodewatcher which prevented from fetching router informations direct after the nodewatcher has been configured

This commit is contained in:
floh1111 2011-05-14 10:34:51 +00:00
parent 941e40c5b5
commit 7d7ea6d3aa
1 changed files with 6 additions and 0 deletions

View File

@ -174,6 +174,12 @@ assign() {
fi
uci commit
CRAWL_METHOD=`uci get nodewatcher.@crawl[0].method`
CRAWL_ROUTER_ID=`uci get nodewatcher.@crawl[0].router_id`
CRAWL_UPDATE_HASH=`uci get nodewatcher.@crawl[0].update_hash`
CRAWL_NICKNAME=`uci get nodewatcher.@crawl[0].nickname`
CRAWL_PASSWORD=`uci get nodewatcher.@crawl[0].password`
configure
can_crawl=1